> javac hallo.java > hallo.java:2: Public class fenster must be defined in a file called > "fenster.java".
You seemed to have missed what the error says. just rename the file to fenster.java. All public classes must be in a file with the same name. You can add private ones to the file without changing the name though. Regards! ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]