CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: maureencioe

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    10,286

    Re: Making a transparent jpanel

    I'm not 100% sure what fixed my problem but I did get it working.

    To summarize:
    I deleted the first jpanel where I had the added the label containing the jpeg, instead I just added the...
  2. Replies
    4
    Views
    10,286

    Re: Making a transparent jpanel

    ESwitchDetailsPanel is a panel which will ultimately contain 48 jpanels, one for every port on the switch. I only showed the one to the router in the example for simplicity.

    My thinking is

    ...
  3. Replies
    3
    Views
    5,071

    Re: HI Button problem

    I would try changing

    ActionListener listen = new ClickListener (); to

    ClickListener listen = new ClickListener ();

    OR

    If you are interested in mouse clicks you can play around with...
  4. Replies
    4
    Views
    10,286

    Making a transparent jpanel

    I am writing a Java program which is supposed to display a "picture" of a switch and then add status boxes over each port. These boxes which I implemented as jpanels change color based on the status...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured