Search:

Type: Posts; User: Gondee

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,675

    Re: need help Coding RADIO BUTTON for REMEMBER ME

    Well, to do this most simply, just save a line in a file telling that the remember me button was check, and upon the windows creation check the file. You could also save the user/password in that...
  2. Replies
    1
    Views
    2,583

    Re: Embedding a hyperlink within a JFrame

    Im not all that great at these things. But i do know that JLabel supports HTML, and it would not be that hard to present it that way.
    also, check this out... Bare Bones Browser Launch for Java...
  3. Replies
    4
    Views
    10,562

    Re: HOW TO PUT A BROWSE BUTTON IN JAVA?

    I do think, as aussiemcgr said, he is looking for the JFileChooser. Now, WHATS UP WITH THE CAPS?~X(
  4. Replies
    3
    Views
    1,796

    Re: Yet another beginer help post...

    Oo, i see. You guys were correct.
    Here i was thinking it was some NetBeans setting lol
    I had mine edited to just do them in sequential order =( For some reason i had to delete the database and re...
  5. Replies
    3
    Views
    1,796

    Yet another beginer help post...

    I'm reading this book, Java 6 21 days. I have just gotten to the part where you make a JavaDB database.

    I'm using netbeans 6.9 - this I think is part of the problem

    Here's the problem: This...
  6. Replies
    4
    Views
    3,988

    Menu Event Listeners

    I follows this. javax.swing.event.MenuListener - Menu Listener Interface


    And i keep getting this error. Note, i have not added it to the menu objects.

    Sorry for the long code guys!


    ...
  7. Replies
    5
    Views
    1,589

    Re: Reading a file, then putting it in an array

    That did it. I thought i tried that, but i guess not =)

    Thanks for the help guys! ^:)^
  8. Replies
    5
    Views
    1,589

    Re: Reading a file, then putting it in an array

    public void Read() //Just Reads the File, does not pass anything back
    {
    String test = new String[100];
    int x =0;
    try {
    BufferedReader readout = new BufferedReader(new...
  9. Replies
    5
    Views
    1,589

    Reading a file, then putting it in an array

    For some reason, and I have no idea why. This code doesn't work. I am obviously a newbie to java, and programing in general. But this seems like it would just work. It does so in C++.



    public...
Results 1 to 9 of 9