Search:

Type: Posts; User: javaAllDay

Search: Search took 0.10 seconds.

  1. Re: JPanel not showing up dynamically inside JLayeredPane

    After hours of frustrated debugging, I finally somehow made it work correctly. What I did was I added SwingUtilities.invokeLater() method and passed the code inside it like this..


    case...
  2. JPanel not showing up dynamically inside JLayeredPane

    I have a JLayeredPane and it contains a JPanel to start with. Now I want another smaller JPanel to display on top of the previous JPanel inside the JLayeredPane dynamically. By dynamically I mean...
Results 1 to 2 of 2