Search:

Type: Posts; User: Ypmaha

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,165

    Re: I'm supposed to see text in this window

    Actually, i get only 2 errors with this class. In the sideline, at the last line (frame.add( "hello" ) i see this:

    http://i41.tinypic.com/119tmqg.png

    If i understood it correctly, i should a...
  2. Replies
    3
    Views
    1,165

    I'm supposed to see text in this window

    import javax.swing.*;
    import java.awt.*;

    public class HelloJava {
    public static void main( String[] args ) {
    JFrame frame = new JFrame( "Hello, Java!" );
    ...
Results 1 to 2 of 2