Search:

Type: Posts; User: masoud

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,067

    Re: netbeans TextWindow

    Just because I want to help if some one had my problem and found this thread in google search.
    I used this step by step tutorial:
    Create Textarea in Java,JText Area Example,How to Create Text Area...
  2. Replies
    4
    Views
    2,067

    Re: netbeans TextWindow

    Problem solved
    I choose to use "Windows Command Prompt" rather than NetBeans IDE, at least it works.

    And Im going to leave this forum, because no one helped me.
    Bye Bye
  3. Replies
    4
    Views
    2,067

    Re: netbeans TextWindow

    I searched in google and I found that I must include "java.awt.Frame" in my project.
    But when I right click on "library" folder and choose "add library" I see no "java.awt.Frame".

    Please help me,...
  4. Replies
    4
    Views
    2,067

    netbeans TextWindow

    Hello guys.
    I use netbeans IDE and I have following problem:
    here is my code:


    public static void main(String[] args) {
    TextWindow tw = new TextWindow("Is it header?");
    }
    ...
Results 1 to 4 of 4