[java] Hybrid Applet/Application help

Started by
0 comments, last by Outworlder 22 years, 9 months ago
I need to create a program that can be run both as an applet and as an application. I'm using Swing. The program compiles, works fine as an app but nothing is displayed when I'm running it as an applet. Does anyone have an idea what might be causing it? Do I need to create a different frame or something? Gaiomard Dragon -===(UDIC)===- Edited by - Outworlder on June 23, 2001 9:27:59 PM
Gaiomard Dragon-===(UDIC)===-
Advertisement
Hehe... nevermind. I''ve found the error. I was using:

public void Init() {
}

instead of:

public void init() {
}


I''ve always thought that case sensitivity was a bad thing...
Gaiomard Dragon-===(UDIC)===-

This topic is closed to new replies.

Advertisement