There is an application, which acts as a GUI-server.
A client can connect to this server and ask
the server to produce and show a JFrame with
its content. But the problem is that the JFrame does not
always show in front of the other windows.
The client can be written in any programming language
and access the server. The window
appears randomly once in front of all windows and
once not in front. I've tried out all different
sorts of combinations of the methods setVisible,
show and toFront. It didn't help at all.
The operating system used is mostly Windows.
The other window can be a DOS-Commandline window
or the explorer or something else and the GUI-server
displays the JFrame as he likes wether on top or not.
Please help and tell me how I can make the JFrame
show always on top of all other windows.
I tried using JTabbedPane's setComponentAt(int index) but I noticed that its content gets change...
By krystysullivan
Many thanks to you. i tried this solution but it's somewhat slow.is there is a faster solution....
By waelatef
Hi all,I've created a customized JTable and component editors/renderers. I also created a class that...
By amlandis
Hi,Does any one worked on Changing the layout Constraints dynamically before ?, If so Can you explai...
By chekks
I couldn't undrstand how JDialog's show method could invoke JOptionPane.eg.if(jdlg.show()==J...
By anujiphilip, 3 Comments
What is the best way to change a GUI based on its current state, ie disable and enable items, hide/s...
By tobysavillea, 3 Comments
Hi there,I'm using a JEditorPane to format HTML text received from my proxy server. Thus, it's actin...
By blueocean80a, 1 Comments
HiI found an example on how to fix columns in a table. See: http://www2.gol.com/users/tame/swing/exa...
By bangaina, 6 Comments
Hi guys,i was wondering if i can replace an image with a button and if yes do i add a normal listene...
By rubbinioa, 2 Comments