1. How to use WindowBuilder to edit a JPanel in an inner class stackoverflow.comI would like to use WindowBuilder in Eclipse to construct Swing GUIs. The JPanels I need to build will be inner classes in a non-GUI wrapper, like so:
|
2. Custom JPanel with WindowBuilder causes crash stackoverflow.comI have designed a form using WindowBuilder Pro, part of the generated code is:
I'm trying to make my own JPanel, with paint method:
|