Search:

Type: Posts; User: Eric Cauley

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    641

    Re: Help with Scroll PAne

    Was able to fix by adding this line of coding.



    searchedContacts = readRecord(tfContactFirstName.getText().toUpperCase(),
    tfContactLastName.getText().toUpperCase(),...
  2. Replies
    10
    Views
    641

    Re: Help with Scroll PAne

    Ok, I will give that a try. Now that I have you on the phone, over all the rest of program looks solid? Or do you have suggestions tips on any thing that may help myself on my development?
  3. Replies
    10
    Views
    641

    Re: Help with Scroll PAne

    I thought potentially that could be an issue. How ever even when I only attached searchedResults to sp, and not add searchedResults to panel2 component it still does not display. I am driving myself...
  4. Replies
    10
    Views
    641

    Re: Help with Scroll PAne

    If you compile and execute program, and click Previous Customer Tab, search for contact, I have a JTextArea box displayed. I want to attach a JScrollPane top this TextArea box.

    In the code the...
  5. Replies
    10
    Views
    641

    Re: Help with Scroll PAne

    import static java.nio.file.StandardOpenOption.CREATE;

    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Font;
    import java.awt.GridBagConstraints;
    import...
  6. Replies
    10
    Views
    641

    Help with Scroll PAne SOLVED

    Having an issue with attaching Scroll Pane to my searchResults Text Area. Any one able to help me determine why and how I can make this happen? What mistake am i making.

    --- Update ---

    Pastie
Results 1 to 6 of 7