Results 1 to 3 of 3

Thread: JBuilder

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Location
    California
    Posts
    154

    JBuilder

    Here's a simple program i made in JBuilder 5 Personal Edition.

    For some reason System.out.print doesn't work.
    The console doesn't even popup.

    So please Help
    PHP Code:
    package testing2;
    import java.awt.*;
    import java.io.*;
    /**
     * Title:
     * Description:
     * Copyright:    Copyright (c) 2001
     * Company:
     * @author
     * @version 1.0
     */

    public class ThisISATest {

      public 
    ThisISATest() {
      }
      public static 
    void main(String[] args) {
        
    ThisISATest thisISATest1 = new ThisISATest();
        
    //
        
    Frame Frame1=new Frame();//works
        
    Frame1.show();
        
    Frame1.setBounds(0,0,200,200);

        
    System.out.print("Help");//doesn't work

      
    }

    Last edited by Bjwbell; Aug 31st, 2001 at 01:07 AM.
    VB-World addict!

    All spelling errors are undocumented words!
    http://www.bells.f2s.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width