Is there any program that can help me customize my GUI? Like add some color and pictures?
Adding color into my Jpanel, JBotton, etc?

You can change the foreground and background colours of Swing controls, and add icons to JLabels and JButtons etc, so you can do quite a lot of "customizing" without needing any additional software.

I'm quite new though. What are 'swing controls'?

Sorry, I just meant stuff like JLabel, JButton, JPanel, JList etc etc - all those visible things that you put in your windows (all the classes that inherit from JComponent)

ps you can also specify a Border for any of these, border styles include BevelBorder, SoftBevelBorder, EtchedBorder, LineBorder etc

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.