WindowBuilder is a powerful and easy to use bi-directional Java GUI designer
Questions tagged [windowsbuilder]
33 questions
-1
votes
1 answer
closing an opened frame without closing the current
I want to close my homeScreen Frame upon opening another Frame
public class MainClass {
public static void main(String[] args) {
JFrame homeScreen = new JFrame("HomeScreen");
…

Mohamed Mada
- 1
- 1
-1
votes
1 answer
Close a previous window when I press a specific button
Close a previous window when I press a specific button in java how can i do this
I mean after I click on the registration I want the window called "Yuval Library " to close

Yuval Dahan
- 1
- 1
- 2
-1
votes
1 answer
When adding a custom JPanel to my JFrame nothing appears
I am doing my first Java Swing app, I am using Windows Builder for this.
I have a MainFrame that extends JFrame.
public class MainFrame extends JFrame {
private JPanel contentPane;
/**
* Launch the application.
*/
public…

Eduardo
- 19,928
- 23
- 65
- 73