I am a Java developer, and for user interaction I create a universal JFrame and has a JPanel container 开发者_运维百科in it, and I swap that container with the other panels I created.
Hey All I want to set a Background for my JWindow. I used setIconImage method in JWindow. but it\'s not working
Dear guys, I\'m having swing related problem. I cannot share the code since it\'s against the company policy, so I will try my best to explain the problem.
I set the background of a JWindow completely transparent. Then I painted a rounded Rectangle (RGB: 0,0,0,100) in开发者_JAVA百科 it\'s paint-Method and added a JLabel to the JWindows ContentPane. But w
I am trying to make a custom UI based on a JWindow for the purpose of selecting an area of the screen to be shared. I have extended JWindow and added code to make it resizable and to \'cut out\' the c
I would like to create a JWindow that\'s not only has an opacity, but I want to change the default color of the opacity within Swing.
i would like to ask for further information and suggestion about this problem. I am making an JApplet and I want to put a splash screen. I used JWindow. In the JWindow I put a JLabel...just a simple
This is my 3rd SO question. Please help again... I want to put up a splashscreen on my applet. In doing so, I used the JWindow component. I already used it in creating splashscreens for my stand-alone