Search:

Type: Posts; User: centralnathan

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,065

    Re: Noob Programmer Needs some help.

    ok did you under stand my example though?, if say starting small I just want to make a java applet that opens up that website in a jpanel with it included inside of it.
    Bowman 2 - Free Online...
  2. Replies
    5
    Views
    1,065

    Re: Noob Programmer Needs some help.

    I have a program, it makes a giant text box in the middle (and a couple of buttons in a jpanel).
    Where this text box is I want it replaced with say a game or something
    Bowman 2 - Free Online...
  3. Replies
    5
    Views
    1,065

    Noob Programmer Needs some help.

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

    public class MyPanel extends JPanel {
    private JButton jcomp1;
    private JButton jcomp2;
    ...
  4. Replies
    10
    Views
    2,192

    Re: Simple computer login problem

    can you help now
  5. Replies
    10
    Views
    2,192

    Re: Simple computer login problem

    This is the new code with the .exists() and it comes up with this error:

    Exception in thread "main" java.io.FileNotFoundException: user.txt (The system cannot find the file specified)
    at...
  6. Replies
    10
    Views
    2,192

    Re: Simple computer login problem

    I tried the .exists(); first but i come up with the same error i posted above. i may have been useing it wrong. good you guys post an example of how to use it correctly? (either with this program or...
  7. Replies
    10
    Views
    2,192

    Re: Simple computer login problem

    unfortunately i have tried .exist() but it still came up with the same error,
    please note i program in netbeans on a public computer that does not have access to command prompt
  8. Replies
    10
    Views
    2,192

    Re: Simple computer login problem

    there you go
  9. Replies
    10
    Views
    2,192

    Simple computer login problem

    so the problem with my code is it will not run unless i manually make a text file, i want it to check if the text files exist and if they do not (and they wont) then to create them, but i always come...
Results 1 to 9 of 9