Search:

Type: Posts; User: RaoPatek

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    2,342

    Re: School Assignment AHH!

    ...

    Try this out may it Helps...
  2. Replies
    25
    Views
    3,619

    Re: Error in IF-Else Code

    Try this one
    if (String) usrInpt = ="C"

    replace = with ==
    it works...
  3. Replies
    12
    Views
    2,856

    Re: Loop Question - Very new beginner

    Ohhh... i forget to make use of try... catch block..



    This time sure it works...
  4. Replies
    12
    Views
    2,856

    Re: Loop Question - Very new beginner

    Try this out may it help
    import java.io.*;
  5. Replies
    16
    Views
    1,744

    Re: two_dimentional_array + loop

    Intresting...
  6. Replies
    15
    Views
    3,579

    Re: help with JButton closing a JFrame :)

    Inspite of this frame.setVisible(false);

    Try this one
    frame.dispose(this);
  7. Replies
    10
    Views
    3,154

    [SOLVED] Re: (Beginner) Program doesnt work

    Here is the problems... Hope you understand
  8. Re: Java Tip Jul 29, 2010 - Swing Console Component

    Nice Article.. Java Rocks..
  9. Re: How to Change JTextArea font, font size and color

    Good one..
  10. Re: How to Add a JMenu toolbar to a Java Swing application

    Menu mnemonics can be used to open a menu by typing a single character associated with a menu along with an operating system defined key for this action. e.g. fileMenu.setMnemonic('F');

    Menu item...
  11. Replies
    12
    Views
    2,373

    Re: Error on KeyListener

    I think you have to implements the KeyListener interface..
  12. Replies
    8
    Views
    1,833

    Re: From python to java

    Java Rocks Now and forever...
  13. Re: Need help with parameter passing in my project? (Beginner)

    Yes i agree with this statement.
    The function declaration must have to match the parameter while calling that particular function.
  14. Replies
    3
    Views
    1,990

    Re: Animation in JApplet

    I think you can try this to make happen with the loops, recursive function and also with the multithreading concept. If you are familiar with this. That will be better option i think.
  15. Re: hello im new to java please help me with my assignment!

    According to my information you should try to make use of switch block for this program. and that will be better to make these conditional based prog..
Results 1 to 15 of 15