Search:

Type: Posts; User: xkendzu

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    838

    [SOLVED] Re: Or triangle exist

    You say, i must changed || to && ?

    --- Update ---

    Thanks :) It help :)
  2. Replies
    2
    Views
    838

    [SOLVED] Or triangle exist

    Hello guys, so i want create little program which enter the number, ant program says triangle exist or not. So code :

    import java.awt.*;
    import java.awt.event.ActionEvent;
    import...
  3. Replies
    3
    Views
    785

    Re: Action Methods..

    Can you tell me more about String builder?
  4. Replies
    3
    Views
    785

    Action Methods..

    Hello all. So i creating Calculator and i have a problem. First see my code :

    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;

    import javax.swing.*;...
  5. Replies
    2
    Views
    937

    Re: New paint method? Please help?

    I follow this full screen tutorial by youtube thenewboston. Here Screen class:


    package Test;
    import java.awt.*;

    import javax.swing.*;

    public class Screen extends JFrame {
  6. Replies
    2
    Views
    937

    New paint method? Please help?

    Hi guys. So i create little program. So window is in full screen. But i need help with paint method. I think I this method not understeand fully. So code:


    package Test;
    import java.awt.*;...
  7. Replies
    2
    Views
    1,049

    Re: TxT file - write in the next line

    Very very thank you andbin :)
  8. Replies
    2
    Views
    1,049

    TxT file - write in the next line

    Hello guys :) I need a little help(I think). So i start work with TxT files. And i need know how to write text in the next line if file exist. My code just last text replace new.. Here code :
    Main :...
  9. Replies
    10
    Views
    1,338

    Re: Export to jar..

    Thanks all for help :) GregBrannon, i dunno :D
  10. Replies
    10
    Views
    1,338

    Re: Export to jar..

    Sorry me for stupid question. Java is so big. So i learn how much can... My OS windows xp.. Last question. I understeand, applet is only for web yes? So if i wanna this snake play like desktop...
  11. Replies
    10
    Views
    1,338

    Re: Export to jar..

    Yes, you right.. I dont understeand, where write code: jar cvf Snake.jar snakeCanvas.class snakeApplet.class TyleType.class Direction.class
  12. Replies
    10
    Views
    1,338

    Re: Export to jar..

    Its not help..
  13. Replies
    10
    Views
    1,338

    Export to jar..

    Hi guys. So me again need help :) So i create a snake game. Ant this game have more than 1 class. So i need this thing export to jar.. So i have question:
    1.Do i have insert to public static void...
  14. Replies
    4
    Views
    1,149

    [SOLVED] Re: Image Icon problem

    System.out.println("Thank you so much :)))))");
  15. Replies
    4
    Views
    1,149

    [SOLVED] Re: Image Icon problem

    Thanks, but i watch a lot tut and this code :


    public void setImage() {

    ImageIcon u = new ImageIcon(getClass().getResource("/Image/Tikras2.gif"));
    face = u.getImage();
    }
  16. Replies
    4
    Views
    1,149

    [SOLVED] Image Icon problem

    Hi guys :) I need a little help :) So, i create a little game, and i want this game sent my friend. Problem is model. When i sent game, my friend not see a model. I Sent this thing in the folder with...
  17. Replies
    4
    Views
    860

    [SOLVED] Re: Post variable in the main class

    Thanks :) I fix it :) THANK THANK!!!!!
  18. Replies
    4
    Views
    860

    [SOLVED] Re: Post variable in the main class

    I mean Main class which have a public static void main(String[]args) { } method. :)
  19. Replies
    4
    Views
    860

    [SOLVED] Post variable in the main class

    Hello guys. I wanna ask you, how to post variable from any class in the main class? I know how to post from main class in the next class, but dunno how to post from next class in the main..
    Can you...
  20. Replies
    6
    Views
    1,184

    Re: Help guys. Integer variables post

    Okey. Thanks for help :)
  21. Replies
    6
    Views
    1,184

    Re: Help guys. Integer variables post

    Very thank You. I analized this code. But maybe you can show this thing inputed in my code? :)
  22. Replies
    6
    Views
    1,184

    Re: Help guys. Integer variables post

    I dont understeand. Can you write this thing in code ? Thanks...
  23. Replies
    6
    Views
    1,184

    Help guys. Integer variables post

    Hey guys. I need help. Im java newbie and i write small program. I want post my integer variables in the next class. Here a code(I wanna change answer color):
    Main class(pagrindine.java):

    import...
Results 1 to 23 of 23