I\'m a beginner with Swing and AWT, I\'m looking to build a GUI using Netbeans. My GUI requires three areas, that I\'m currently thinking of as JPanels on a JFrame. I require
Consider two JSplitPanes to separate the drawing area, control area, and properties area. JSplitPane allows the user to resize the areas by clicking and dragging the split line with the mouse.
(Use a JFrame for the top level component.)
As a beginner, if you don't need resizing and scrolling, you will have a much easier time if you make an app that doesn't resize or scroll.