Search:

Type: Posts; User: Java Programmer

Page 1 of 5 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    15
    Views
    2,250

    Re: System.out.println("Message");

    Eclipse.
    Extra: Message was to short to post LOL
  2. Replies
    15
    Views
    2,250

    Re: System.out.println("Message");

    What i want:
    Screenshot by Lightshot
    The problem:
    Screenshot by Lightshot
  3. Replies
    15
    Views
    2,250

    Re: System.out.println("Message");

    Lol, True.
    I don't know i was wondering if i could fix it but i guess not. ^_^
  4. Replies
    15
    Views
    2,250

    Re: System.out.println("Message");

    When using Println It goes before the print, if i type it goes to the next line but if you click after the equals in goes where i want it? Hard to understanding how i suppose to print my line in the...
  5. Replies
    15
    Views
    2,250

    Re: System.out.println("Message");

    System.out.printf(num + " + "+num2+" = ");
  6. Replies
    15
    Views
    2,250

    Re: System.out.println("Message");

    Then what print Should i be using, i tried Printf and it didn't move it to the end as well.
  7. Replies
    15
    Views
    2,250

    Re: System.out.println("Message");

    Yes i am, I use to know how but i haven't done anything with the console in a long time.
  8. Replies
    15
    Views
    2,250

    System.out.println("Message"); Console Problem

    So Its Kinda a task/Problem

    When i use the:


    System.out.println("Message");


    It Displays like this:
    |Message
  9. Replies
    1
    Views
    1,182

    Starting a Path

    if (state == ItemEvent.SELECTED) {
    System.out.println("Server Online");
    start javaw -Xmx500m -cp .;Theme.jar Gui


    Is there a right way to do this?
  10. Re: Problem: Grabbing Ints from JTextField

    Use ints in a jframe? Rather than having to put the information in eclipse itself, i want to be able to put them into a jframe.
  11. Re: Problem: Grabbing Ints from JTextField

    Is there a more simple way to do this?
  12. Problem: Grabbing Ints from JTextField

    private JTextField JTextField1;

    ints number1 = JTextField1;

    JTextField1 = New JTextField("",10);
    add(JTextField);

    Anyway to do this, The error is Cannot use JTextField for ints, Something...
  13. Re: Popout Jframe, Everything is STACKING!!! Help!

    gen = new JButton("Generate");
    add(gen);
    gen.addActionListener(new ActionListener() {

    public void actionPerformed(ActionEvent e)
    {
    JFrame options =...
  14. Popout Jframe, Everything is STACKING!!! Help!

    1100

    There all Stacking?
    Can someone Help Me Fix This?



    Notice: This Program is to practice coding/challenge.
  15. Replies
    2
    Views
    1,396

    Re: Auto Update JLabel on JButton Press?

    When i Press the button it dose not show it until i minimize and bring back up
  16. Replies
    2
    Views
    1,396

    Auto Update JLabel on JButton Press?

    gen = new JButton("Generate");
    add(gen);
    gen.addActionListener(new ActionListener() {

    public void actionPerformed(ActionEvent e)
    {
    Random...
  17. Re: Jar not WORKING FOR ANYONE BUT ME!!!!!!!! HELP

    Anything below.
  18. Re: Jar not WORKING FOR ANYONE BUT ME!!!!!!!! HELP

    JRE7
    JDK1.6.0_25
  19. Re: Jar not WORKING FOR ANYONE BUT ME!!!!!!!! HELP

    Ah, sec ill ask him..
  20. Re: Jar not WORKING FOR ANYONE BUT ME!!!!!!!! HELP

    "Not Sure. Works with other computers with JDK 1.7.0_02 "
  21. Re: Jar not WORKING FOR ANYONE BUT ME!!!!!!!! HELP

    .-. I DON'T GET A ERROR WORKS 100% FOR ME! :)
    JDK 1.7.0_02
    Not Sure. Works with other computers with JDK 1.7.0_02
  22. Re: Jar not WORKING FOR ANYONE BUT ME!!!!!!!! HELP

    The client file is uploadd into the jar file, ive mad jar files with command line and have gotten same problem, this time i used a 'jarmaker' and have the same problem, and the error has no .class,...
  23. Jar not WORKING FOR ANYONE BUT ME!!!!!!!! HELP

    I've made many jars in the past and i keep having the same problem!

    http://uppit.com/k040f20m1d6f/client.jar

    Error: could not find the main class: client.class Program will exit.

    This jar...
  24. Updating a text area from a JtextField! HELP

    usernamelabel = new JLabel ("Username: ");
    add(usernamelabel);
    username = new JTextField ("Guest", 10);
    add(username);





    users = new TextArea(username.getText(), 15,20,...
  25. [SOLVED] Re: Jframe Pop outs when clicking JButton

    lol, thanks for the info but when adding things to the new jframe, do i just put it under the jframe or like call it? ex: options.sdsd = new label
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4