Search:

Type: Posts; User: lf2killer

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    1,107

    [SOLVED] Re: Out of scope problem

    ok thanks :) but what should i do it to run? make a new public class where i call this method?



    public class textAreaTest {
    public final JTextArea Center = new JTextArea(400, 500);
    public...
  2. Replies
    2
    Views
    1,107

    [SOLVED] Out of scope problem

    hello there i have a problem where my Center is out of scope of do i make it in scope? :)

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


    public class...
Results 1 to 2 of 2