Search:

Type: Posts; User: evanscott815

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,320

    Re: Declared variables not carrying over

    Ohhh... *facepalms*
    That helps!
    Thank you!
  2. Replies
    6
    Views
    1,320

    Re: Declared variables not carrying over

    Yeah, I get it. I will go through and rename my classes.
    How do you suggest I set text equal to inputText?
  3. Replies
    6
    Views
    1,320

    Re: Declared variables not carrying over

    Yes, since text is a class-wide variable. I use it in other functions in that class.
    However, even when I check the value of inputText, it is still null.
    Personally, I like to use the nocaps-Caps...
  4. Replies
    6
    Views
    1,320

    Declared variables not carrying over

    Hello,
    I have in one class a JFrame declared like this:

    public class copyPastePopup extends JFrame {

    JTextField cpText;
    String text;

    public copyPastePopup(String heading, String...
Results 1 to 4 of 4