Search:

Type: Posts; User: Staticity

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,452

    Re: New to Java..

    I must say, my error was quite embarrassing.. Thank you for pointing out the obvious that I cannot see :|
  2. Replies
    2
    Views
    1,452

    New to Java..

    import javax.swing.JFrame;

    class calculator{
    public static void main(String[] args){
    //Created Object for Window Class
    window wo = new window();

    //Allow Program to Close on Exit...
Results 1 to 2 of 2