[Agendaware-dev-client] Splash screen
Status: Inactive
Brought to you by:
zacklink
|
From: zack <za...@th...> - 2002-02-05 01:38:52
|
Is it just my set up, or are other people having problems with the splash screen hitting a null pointer exception when running agenda client? On that note (because the two are related) is anyone else using JBuilder? If so, which version? The problem is clearly that it can't get the resource. I thought originally it was just a simple path problem (which IS part of the problem, as my pwd is different than assumed). But it appears to be more than that. I am sure I can fix it, but wanted to see if other people are coming up with the same error, or whether my environment has become a little trashed over time. Thanks, Zack Exception in thread "main" java.lang.NullPointerException at javax.swing.ImageIcon.<init>(ImageIcon.java:136) at agenda.Splash.<init>(Splash.java:10) at agenda.Agenda.<init>(Agenda.java:61) at agenda.Agenda.main(Agenda.java:74) |