Left Top
About
Code
Contact
Digitemp
Jabber
Write-Ups
Blank
w3c_v
Illx Logo
 
Code -> Java
 
Illx Code Page:
 
  • Here is a silly program for a college Java class a while back.
    Please note that the 'frame you can close' doesn't actually
    close (I'll fix it sometime :) ).
    Also, this code uses AWT instead of Swing. (Which shows its age)
    • The program (applet) itself
    • The source code source code, and there's also a frame that is the 'display' or 'results' window
      frame source

  • Here is a nifty little GUI program that runs some
    hard-coded commands in the java, in the Text Area.
    This program prints both STDOUT and STDERR in the textarea.
    Please note: it does use some Threads.

  • Here is a java program that 'tails' a file into a JTextArea.