Bug: "...you should implement the getGUIBuilderInstance method" Author: Jörgen
06/11/10 15:00
Hi.
How to replicate:
1) Create an abstract class that extends javax.swing.JPanel
2) Create a class that extends the abstract class created in 1)
3) Open the GUI editor for class created in 2).
Now the log sais:
ERRORS...
*** Error: The class se.jorgenpersson.application.htt.gui.main.TestPanel extends the abstract class se.jorgenpersson.application.htt.gui.main.AbstractDummyPanel - you should implement the getGUIBuilderInstance method for se.jorgenpersson.application.htt.gui.main.TestPanel