Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.07 seconds.

  1. Re: Creating a Java Desktop Application in NetBeans

    Netbeans comes with a GUI builder where you can drag-and-drop controls onto a frame. Usually, it causes more trouble than its worth for new programmers, and it makes it really hard to help people. I...
  2. Re: Creating a Java Desktop Application in NetBeans

    Step 1- Stop using the GUI builder.
    Step 2- Check out the Swing tutorials: Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
    Step 3- Add you gui to a JPanel inside the main JFrame (if that...
Results 1 to 2 of 2