cse-icons
Feb 4 2005, 03:44 PM
| | I have an application extending JInternalFrame in Swing. I am using a class extending JApplet to display it in a browser. The application should load a file on the server and display it. But when I run it, it is giving error about security violation and that the file cannot be accessed..
I will post the error after saving it on next execution. Has anyone faced similar problem before.
Also, is any configuration required for an applet to access and load a file from server.
The application is working well without the applet wrapper as standalone.
Thanks. |
Reply
Similar Topics
Keywords :
jinternalframe japplet- Help For Java Applet
- Can I insert a JFrame into a JApplet (0)
- Jinternalframe
- (0)
Okay...I have a problem setting the location of the JInternalFrames on the center screen. I have
this code that works well with JFrame and sets the location of that frame to the center of the
desktop screen. The code: frame.setLocationRelativeTo( null ); Does anyone know how to do it
with JInternalFrame? Thanks in advance. /smile.gif' border='0' style='vertical-align:middle'
alt='smile.gif' /> ...
Looking for jinternalframe, japplet