Cloudgarden's Discussion Board
Forums: Search: Several forums are available for people to post questions/comments about Java Speech or any of the CloudGarden products. As more messages are posted this discussion board should provide a useful, searchable, support database.
o AliceTalker (42)
o JSAPI Projects (69)
o Java Speech API (857)
o Jigloo GUI Builder for Eclipse (3322)
o SwingScroller (0)
o US Election 2004 (3)
Searches text and subject fields in all forums. The search matches as many words as possible. Don't use "AND" or "OR".
Latest "Jigloo GUI Builder for Eclipse" Topics [ Start new "Jigloo GUI Builder for Eclipse" Topic  ]

Enter name (no spaces) and text (< 2000 chars).
Name:
Watch thread: (an email will be sent to you when a reply is posted to this thread)
Email (if watching thread): (will not be made public, or shared with anyone)
Save name & email: (will store info in a cookie)
Subject: Re: Bug: "...you should implement the getGUIBuilderInstance method"

To prevent spamming, please type this code "xlzjow" in the box.
Text:

Replying to:
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

Parsing...

GUI initialization method detected: initGUI

Code parsed
Parsing method: TestPanel
> Parsing method: initGUI

Instantiating...

Instantiated java.awt.Dimension (400,300)
Instantiated se.jorgenpersson.application.htt.gui.main.TestPanel