Search:

Type: Posts; User: bocahTuaNakalzz

Search: Search took 0.09 seconds.

  1. Re: HAPPY 3rd BIRTHDAY JAVA PROGRAMMING FORUMS!!!

    Happy Birthday !!!
  2. Replies
    6
    Views
    3,384

    Re: star design programs

    class Star {
    public static void main (String [] args){
    int a = Integer.parseInt(javax.swing.JOptionPane.showInputDialog(null,"Insert Rows of Star:"));

    for (int i=0;i<=a*2;i++){
    if (i...
  3. Replies
    2
    Views
    3,210

    [ASK] JMF Class Player

    Hi !!! How to make player Auto Loop when playing a movie ?
    Thanks Before !!!
  4. Re: How to Sendkeys to an application in Java using the Robot Class

    Wow... Robot Class.....
  5. Replies
    2
    Views
    1,994

    Re: [ASK] Make Object as a layer

    Wow... Thanks Before for your Explained !
    But I want to ask again for the same topic. hehe.... ^^
    Yesterday, My friend told me about JComponent. He said, to make an Object which can be deleted,...
  6. Re: How To: Add line numbers to your JTextArea

    Thanks !!!
  7. Replies
    2
    Views
    1,994

    [ASK] Make Object as a layer

    Hi, I want to make a application about paint Application, but i want to make every Object As a Layer (like a Photoshop Application). in Example : I draw a Line in Canvas. That Line i want to make a...
  8. Re: How to List all files in a directory

    Thx !!! Nice Info !!!
  9. Replies
    3
    Views
    5,207

    Re: The Frame to be Center Position

    May be you can try this method : setLocationRelativeTo (null);
    This method make your Frame to center align...
Results 1 to 9 of 9