What does the “J” in JApplet mean?

后端 未结 4 478
有刺的猬
有刺的猬 2020-12-11 23:03

What does the \"J\" in JApplet mean?

4条回答
  •  攒了一身酷
    2020-12-11 23:54

    J stands for Java. The main difference between the JSomeName classes and their "previous" version, is that the J-ones where designed to be used with Swing (or any other graphical toolkit), while the others are from this time where only AWT was available.

提交回复
热议问题