Is it possible for me to put a background in my group?

Java. Swing. How can I put a group of elemnts into a border.?

  • Hello. How can I put a group of elements, say JLabel and JTextField, Jlabel and other JTextField into one border, and inside this border set another background color. Thanks much in advance.

  • Answer:

    I don't know about colours, but you could do something like this: JPanel pane1 = new JPanel(); pane1.setBorder(BorderFactory. createTitledBorder("Pane 1")); // Gave pane1 a layout, add components, etc. Repeat for pane2. This is just a way of drawing a border and title around a component.

Karapet at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.