Problem on getMouseToolTipText
Hi,
I have a JPanel, call it panel1, which is composed of an other JPanel
panel2.
panel2 is a final class of librarie I need.
The problem is, I need to override the getToolTipText of panel2 or it
is impossible (class is final), so how can I set the ToolTipText of
panel2 by "catching" event with my panel1 ?
thanks
.
Relevant Pages
- Re: Problem on getMouseToolTipText
... I have a JPanel, call it panel1, which is composed of an other JPanel ... panel2 is a final class of librarie I need. ... (comp.lang.java.gui) - listening to events causes null reference
... I have a form with a few panels added to it. ... In panel1, i want to listen to an event in panel2. ... Then the listening to the event in panel2 works just fine. ... (microsoft.public.dotnet.framework.compactframework) - Re: Wie verwende ich eine AbstractActions richtig?
... sich oben dasPanel1 und unten das Panel2. ... diesen Typ umschalten kann. ... sich die Tabelle in Panel2 mit dem aktuellen Typ neu aufbauen. ... Im panel1 wird diese Action dann aufgerufen. ... (de.comp.lang.java) - Reihenfolge von Panels
... Panel1 = top ... Panel2 = top ... Panel3 = fill ... Reihenfolge die Eigenschaften setzen funktioniert nicht. ... (microsoft.public.de.german.entwickler.dotnet.vb) - Re: Changing parent container
... When I click on a button, I want to make Panel1 the parent of Panel2. ... After you move the panel, do you set its Location to ... (microsoft.public.dotnet.framework) |
|