简体   繁体   中英

How to create Java applets?

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

Java教程通常是一个不错的起点。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM