Originally posted by dhana sekar:
Exception Tab : frm java web start
</jnlp> ]
at com.sun.javaws.LaunchDownload.getMainClassName(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Originally posted by dhana sekar:
MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
Originally posted by Barry Brashear:
Would swing applications have classes called "controllers"? I've heard
that swing version of mvc is more a model delegate.
Thanks.
Originally posted by Arno Reper:
How do you mean a package friendly interface?
package com.whatever.test;
interface MyInterface{}
is ok...
do you mean only useable in the package's class?
arno
Originally posted by Arno Reper:
an interface is always public abstract( you don't have to write it, its redundant )