开发者

How to create Java applets?

开发者 https://www.devze.com 2022-12-12 10:50 出处:网络
I am just stepping into Java and need help with some basic things. I want to create an applet. Where should I start开发者_StackOverflow?The Java Tutorials are usually a good place to start.Honestly -

I am just stepping into Java and need help with some basic things. I want to create an applet. Where should I start开发者_StackOverflow?


The Java Tutorials are usually a good place to start.


Honestly - start with forgetting all about applets. Years ago, the applet was the warmup for Java tutorials, nowadays, you should start with 'applications' - classes that implement the main method.

Today people prefer Java Script or Java Web Start for web applications.


java tutorial is a great place to start.

are you sure you want to start with applets? they are outdated. I'd suggest you start with java application. it's simpler to understand java that way and then you can "go web" in more modern ways.


Why not download netbeans and take a look at the tutorials on www.netbeans.org.

Having the ide deal with build issues help you get to understand things quicker if your a newbie.

0

精彩评论

暂无评论...
验证码 换一张
取 消