Search:

Type: Posts; User: celz

Search: Search took 0.12 seconds.

  1. Re: I have got an assignment and I really need help or any tips..thanks

    Okay, although I did not fully understand I will try to analyse what you have said and my code. Thanks
  2. Re: I have got an assignment and I really need help or any tips..thanks

    Okay, although I did not fully understand I will try to analyse what you have said and my code. Thanks
  3. Re: I have got an assignment and I really need help or any tips..thanks

    It needs to be displayed in a list of lines.

    Thanks for the tutorials.

    If a creat the second window what's the code that I will be using to once I click on the button OK display the second...
  4. Re: I have got an assignment and I really need help or any tips..thanks

    It needs to be displayed a list of files save any folder as showed like for example:
    I enter the following paht C:/Program Files/java
    It needs to be display any file which is inside of the folder...
  5. Re: I have got an assignment and I really need help or any tips..thanks

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

    public class Events extends JFrame
    implements ActionListener {

    JButton btnClick = new JButton("OK");
    JButton btnClick2 = new JButton("CANCEL");...
  6. Re: I have got an assignment and I really need help or any tips..thanks

    I got nice ideas from your post guys, for helping me out.
    If any of you got any other ideas I would appreciate.

    I managed to creat the interface code, now I need some light to combine both codes:...
  7. I have got an assignment and I really need help or any tips..thanks

    Hi I have got to codes one it is basically the interface and the other is the code.
    Basically my program needs to this:

    import java.io.File;

    public class Main {
    public static void...
Results 1 to 7 of 7