krijg dit bij een zelfgeklust applet onder NT4
heb dit gevonden op internet
maar het zegt me NIETS
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
| Exception occurred during event dispatching:
java.security.AccessControlException: access denied (java.io.FilePermission omlaag.jpg read)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkRead(Unknown Source)
at sun.awt.SunToolkit.getImageFromHash(Unknown Source)
at sun.awt.SunToolkit.getImage(Unknown Source)
at javax.swing.ImageIcon.<init>(Unknown Source)
at javax.swing.ImageIcon.<init>(Unknown Source)
at tijdPaden.<init>(vulModel.java:324)
at roepTijdpad.<init>(vulModel.java:304)
at vulModel.actionPerformed(vulModel.java:235)
at java.awt.Button.processActionEvent(Unknown Source)
at java.awt.Button.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source) |
heb dit gevonden op internet
code:
1
2
3
4
5
| The problem you are encountered is caused by the program exception viewer in section A98XB5C. This exception causes the treeview to invalidate the automatic exception configuration. If you disable the automatic exception viewer at through line 29 you will find that the applet will operate within normal parameters. I hope this is clear. |
maar het zegt me NIETS