Answer the question
In order to leave comments, you need to log in
How to clear a JPanel?
JPanel panel=new JPanel();
panel.setLayout(new FlowLayout());
panel.add(new JButton("1"));
panel.add(new JButton("2"));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question