[JAVA] Differences between Applet class and JApplet class

I researched the difference between Applet class and JApplet at work, so I will post a link to the site that summarizes the contents

・ About the difference between Applet and JApplet https://afternoon-garden-70542.herokuapp.com/diarydetails/show/details/?id=77

I feel like I can't help writing about Applet, which will be abolished soon, but it may be a lesson that you should definitely stop using AWT when creating GUI apps in Java.

Recommended Posts

Differences between Applet class and JApplet class
[Java] Differences between instance variables and class variables
Ruby: Differences between class methods and instance methods, class variables and instance variables
Difference between class and instance
Relationship between package and class
Differences between IndexOutOfBoundsException and ArrayIndexOutOfBoundsException
Difference between instance method and class method
Difference between interface and abstract class
Differences between "beginner" Java and Kotlin
Difference between instance variable and class variable
Differences between Java and .NET Framework
Differences between preface and postfix of operators
Differences between Ruby strings and symbols [Beginner]
Class and model
Differences between Spring Initializr packaging JAR and WAR
[Understanding] Differences between hashes and arrays in Ruby
Summarize the differences between C # and Java writing
What is the difference between a class and a struct? ?? ??
[Ruby] Difference between receiver and object. Differences between Ruby objects and JS objects
abstract (abstract class) and interface (interface)
Differences between browser sessions and cookies and Rails session and cookies methods
Difference between Spring AOP and library proxy target class
Switch between JDK 7 and JDK 8
Differences between Fetch Type LAZY and EAGER in Hibernate
Class and instant part2
Difference between vh and%
Difference between i ++ and ++ i
Differences between namespace, module, scope and as in Rails routing
[Rails] Differences between redirect_to and render methods and how to output render methods
Think about the differences between functions and methods (in Java)
Differences in how to handle strings between Java and Perl
Difference between product and variant
java.util.Optional class and null and not null
Difference between redirect_to and render
[Java] Difference between == and equals
Rails: Difference between resources and resources
Difference between puts and print
Difference between redirect_to and render
Difference between CUI and GUI
Java class definition and instantiation
Difference between variables and instance variables
Difference between mockito-core and mockito-all
Difference between bundle and bundle install
Connection between ViewModel and XML
Difference between ArrayList and LinkedList
Difference between render and redirect_to
Difference between List and ArrayList
Difference between .bashrc and .bash_profile
Difference between StringBuilder and StringBuffer
Difference between render and redirect_to
Difference between render and redirect_to
Differences between docker-compose run, up, build and create. Know each role.
[Ruby] Maybe you don't really understand? [Difference between class and module]
[Ruby] Relationship between parent class and child class. The relationship between a class and an instance.
[Java] Introductory structure Class definition Relationship between class and instance Method definition format
Easy to understand the difference between Ruby instance method and class method.