Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » VE JMenu RollOverIcon
VE JMenu RollOverIcon [message #116783] Thu, 02 February 2006 14:58 Go to next message
Eclipse UserFriend
Originally posted by: espacobrinca.sapo.pt

I've put the property RollOverEnable to True and indicate an icon for the
RolloverIcon, but when I run my aplication nothing happens when i roll the
mouse over it.
Can you help me?
Re: VE JMenu RollOverIcon [message #116807 is a reply to message #116783] Thu, 02 February 2006 15:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Could you please append the code generated so we may see what it looks like?


Alexandre wrote:
> I've put the property RollOverEnable to True and indicate an icon for
> the RolloverIcon, but when I run my aplication nothing happens when i
> roll the mouse over it.
> Can you help me?
>

--
Thanks,
Rich Kulp
Re: VE JMenu RollOverIcon [message #116871 is a reply to message #116807] Sat, 04 February 2006 10:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: espacobrinca.sapo.pt

Clientes.setIcon(new
ImageIcon("D:/Projectos/Penhores/Ecrans/Imagens/ClientesUp.jpg "));
Clientes.setRolloverEnabled(true);
Clientes.setRolloverIcon(new
ImageIcon("D:/Projectos/Penhores/Ecrans/Imagens/ClientesOver.jpg "));
Re: VE JMenu RollOverIcon [message #116909 is a reply to message #116871] Sun, 05 February 2006 16:03 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I don't know. The javadoc indicates some look and feel may not do
rollover. I've never done it myself but the basic way you set it looks
correct. this sounds more like a Swing problem than a VE problem. sorry.

Alexandre wrote:
> Clientes.setIcon(new
> ImageIcon("D:/Projectos/Penhores/Ecrans/Imagens/ClientesUp.jpg "));
> Clientes.setRolloverEnabled(true);
> Clientes.setRolloverIcon(new
> ImageIcon("D:/Projectos/Penhores/Ecrans/Imagens/ClientesOver.jpg "));
>

--
Thanks,
Rich Kulp
Re: VE JMenu RollOverIcon [message #611957 is a reply to message #116783] Thu, 02 February 2006 15:20 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Could you please append the code generated so we may see what it looks like?


Alexandre wrote:
> I've put the property RollOverEnable to True and indicate an icon for
> the RolloverIcon, but when I run my aplication nothing happens when i
> roll the mouse over it.
> Can you help me?
>

--
Thanks,
Rich Kulp
Re: VE JMenu RollOverIcon [message #611962 is a reply to message #116807] Sat, 04 February 2006 10:08 Go to previous message
Alexandre is currently offline AlexandreFriend
Messages: 6
Registered: July 2009
Junior Member
Clientes.setIcon(new
ImageIcon("D:/Projectos/Penhores/Ecrans/Imagens/ClientesUp.jpg "));
Clientes.setRolloverEnabled(true);
Clientes.setRolloverIcon(new
ImageIcon("D:/Projectos/Penhores/Ecrans/Imagens/ClientesOver.jpg "));
Re: VE JMenu RollOverIcon [message #611965 is a reply to message #116871] Sun, 05 February 2006 16:03 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

I don't know. The javadoc indicates some look and feel may not do
rollover. I've never done it myself but the basic way you set it looks
correct. this sounds more like a Swing problem than a VE problem. sorry.

Alexandre wrote:
> Clientes.setIcon(new
> ImageIcon("D:/Projectos/Penhores/Ecrans/Imagens/ClientesUp.jpg "));
> Clientes.setRolloverEnabled(true);
> Clientes.setRolloverIcon(new
> ImageIcon("D:/Projectos/Penhores/Ecrans/Imagens/ClientesOver.jpg "));
>

--
Thanks,
Rich Kulp
Previous Topic:java.library.path settings when running an SWT application
Next Topic:JFace in VE
Goto Forum:
  


Current Time: Thu Apr 25 00:38:10 GMT 2024

Powered by FUDForum. Page generated in 0.03791 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top