java - not really

Primary tabs

url
قناع وجه

java applet

java awt Color

import java.awt.Color;

used in Java and Kotlin programs

Java Applet

compile with
javac waves2.java

start applet with
appletviewer Sine.html

At this point we are using java8 which supports streams and lambdas.

  1. The .html file includes a <applet code=zzzz.class {more pairs} </applet>
  2. zzzz.class created by javac zzzz.java
  3. which includes public class zzzz extends Applet {...}

Java Applet History

Kotlin Computer Language

quadratic bezier

Kotlin is considered by many as a replacement for Java
An online Kotlin example
Press the green arrow at top right to compile and execute the code.

kotlin-to-javascript

Subscribe to RSS - java - not really