top of page

Enlightenment

public class Enlightenment {

 

        public static void main(String[] args) {

               // Prints "Enlightenment" to the terminal window.

                     label = new JLabel("A label");

                     label.setFont(new Font("Serif", Font.PLAIN, 28));

                     System.out.println("Enlightenment"); 

     

 

Print:

Topic: Coding

My Process:

My final project: an html page made from scratch on the white board.

bottom of page