- Not able to connect to X11 Window server
Hi,I am running an application in Oracle 10g portal Server and it uses JBOOK to create excell sheet. OS is Red Hat ES.I am getting following error:Can't connect to X11 window server using '192.168.50.54:0.0' as the value of the DISPLAY variableI have set DISPLAY variable to 192.168.50.54:0.0 ...
- NoSuchMethodException
Hi,I'm using Netbeans IDE and Java 2 1.4.2 to develop a java application that uses different look and feels. When I run the program through netbeans it runs fine, however, if I run it through a command line or jar file I get the following exception:Exception in thread "main" ...
- NoSuchMethodError. Urgent help required
hi therei'm facing a critical problem in my applet.when the applet is run the following error is thownjava.lang.NoSuchMethodError: myChart: method <init>()V not foundat gen_graph.init(gen_graph.java:9)at sun.applet.AppletPanel.run(Unknown Source)at java.lang.Thread.run(Unknown Source)the ...
- Norma file to give Files permision to Applet
Hello,I have a applet located on index.html : http://localhost:8080/CajaBurgos/I need the applet can write,read,delete files on my local PC, so I created a Norma.java.policy looks like:///////////////////////////////////////////////////////////////////////////////////////////////////grant ...
- noob question: jtree expansion
hello all,i have a jtree loading from the database with customized nodes. tree is loaded and displays nicely the root node and the first level://what i haverootlevel1alevel1blevel1c//what i wantrootlevel1a level2a level2b level2clevel1b level2a level2blevel1c level2ai need one more level to ...
- non-modal JDialog
Hi,I can't get the non-modal Jdialog to display message in the contentPane.When I set the jdialog.setModal(true), the message shows in the contentPane; however, It did not disapper even if I call jdialog.dispose() method.Is there a better way of displaying busy message while the jinternalFrame ...