MouseoverLabel Parameter

When mouse pointer hovers over the button, value specified in this parameter is used to display button label. This way, you can achieve dynamic look of the applet.

Format

Same as for Label, but default values are inherited form current values in Label.

Example

We want red label on lighter background when user places mouse pointer over the button. Of course, it would be possible to change other elements as well (text, font name, font style, font size).

PopupNavigator Java Applet - JDK 1.1.3 needed

<applet
  width=
"128"
  height=
"24"
  code="PopupNavigator/PopupNavigatorApplet.class"
  codebase="./"
  archive=
"PopupNavigator.jar">
<param name=
"MouseoverLabel" value=";;;;RED;210 210 210">
<param name=
"0" value="BEPP;http://bepp.8m.com">
<param name=
"1" value="Test Page 1;test1.htm">
<param name=
"2" value="Test Page 2;test2.htm">
PopupNavigator Java Applet - JDK 1.1.3 needed
</applet>

 

PopupNavigator Reference Home