Linux « Dialog « Java Swing Q&A





1. Java Ubuntu Linux Swing Blank Window    stackoverflow.com

I'm writing a Java desktop application, running Ubuntu 10.10. Everything works fine except that about 1 in 10 times, when I call JOptionPane.showMessageDialog(null, message), the dialog window appears but it is ...

2. Way to force KDE to not allow minimization of Java JDialog elements?    stackoverflow.com

I have a Java application that uses JDialog boxes for displaying certain information. The JDialog boxes are not minimizable (and shouldn't be), but we've run into a problem specific to ...

4. when we pass null in JDialog title in linux it is showing <2> in title????    forums.oracle.com

When we pass null in tilte of JDialog using setTitle("") method in linux environment is showing some garbage value like <2> in title bar of JDialog but in Windows O.S. JDialog is working fine means not showing anything in titlebar when we pass null in JDialog title using setTitle("") So i cant find where the problem is ?? Please guide me ...

5. If we pass null in JDialog title in linux it is showing <2> value in title    forums.oracle.com

Hi sir, I am getting problem with my product which is using JDialog under linux.It is working properly in windows and solaris.When we pass null in title of JDialog in linux at run time it is showing <2> in title bar of JDialog but it is not showing anything in windows or solaris. I am fresher and I dont know in ...

6. when we pass null in JDialog title in linux it is showing <2> in title????    forums.oracle.com

Hi sir, I am getting problem with my product which is using JDialog under linux.It is working properly in windows and solaris.When we pass null in title of JDialog in linux at run time it is showing <2> in title bar of JDialog but it is not showing anything in windows or solaris. I am fresher and I dont know in ...