 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Purushottaman Guest
|
Posted: Wed Jun 22, 2005 6:53 am Post subject: Visual Inheritance Issue in JBuilder |
|
|
Hi,
I had gone through one of the articles, where the a class extending JDialog with a button in it was not visible in the JBuilder designer. This problem was fixed by making the base class either a JFrame or a JPanel. Also for JBuilder designer to work, the base class should be concrete. I have a similar problem related to the visual inheritance. My base class was an Abstract class which in turn extends a JPanel. Although I made the base class concrete, the designer gives a ClassCastException while parsing it. Any help in this issue is appreciated.
|
|
| Back to top |
|
 |
Arthur Ore Guest
|
Posted: Wed Jun 22, 2005 6:51 pm Post subject: Re: Visual Inheritance Issue in JBuilder |
|
|
Have a look at the responses to a posting by Brian Ray in this newsgroup
entitled "Suggestions for designing an subclass of an abstract class."
posted on 1st March 2005
Arth
"Purushottaman" <purushottaman.d (AT) gmail (DOT) com> wrote
| Quote: |
Hi,
I had gone through one of the articles, where the a class extending
JDialog with a button in it was not visible in the JBuilder designer. This
problem was fixed by making the base class either a JFrame or a JPanel.
Also for JBuilder designer to work, the base class should be concrete. I
have a similar problem related to the visual inheritance. My base class
was an Abstract class which in turn extends a JPanel. Although I made the
base class concrete, the designer gives a ClassCastException while parsing
it. Any help in this issue is appreciated.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|