Use javax.swing

Hi

Just some questions regarding using swing:
I want to make a sketch that uses javax.swing for the ui buttons and stuff:
Does processing have a default JFrame tha I should use (the one I’m interested in)?
I have to make one myself and add it to processing (if the avobe isn’t possible)?
Do I have to make a java program and insert Processing into a JPanel (this one would be less ideal)?
Is there any other simple or better way (maybe a library)?

Thank you for your time and have a nice day :­)

1 Like

You can check previous post in the forum with the keyword JFrame. For instance, I found this one:

Kf

1 Like

Thank you very much, I finally opted for G4P, which is a good library with a grapical editing tool for UIs
This is it’s reference: “http://www.lagers.org.uk/g4p/ref/index.html
It comes with all the basic UI things like buttons, text fields, sliders; and some advanced elements like 2D sliders or knobs
It’s also very intuitive and very easy to use

2 Likes