Search:

Type: Posts; User: namhm

Page 1 of 2 1 2

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    2,390

    Re: Need a jar wrapper for Mac

    Yes, it's exactly. Thank you very much!
  2. Replies
    2
    Views
    2,390

    Need a jar wrapper for Mac

    Hello guys,

    I have been looking for a java jar wrapper for Mac, but still no luck.
    Any help would be greatly appreciated.

    java memory
  3. Thread: .jar executable

    by namhm
    Replies
    2
    Views
    1,713

    Re: .jar executable

    Try to use JSmooth, it is a java executable wrapper.

    java memory
  4. Replies
    4
    Views
    2,172

    Re: JFileChooser Please Help

    The JFileChooser.getSelectedFile() will return the file selected by the user.

    java memory
  5. Replies
    5
    Views
    1,555

    Re: Can someone tell me how to fix this please

    Thanks Kevin, I will update the way of my answer in subsequent posts.
  6. Thread: Hello!!

    by namhm
    Replies
    1
    Views
    1,185

    Re: Hello!!

    hello and welcome!

    java memory
  7. Re: Finding where variable is defined and where referenced

    Okay guy, I was missing the point.

    java memory
  8. Replies
    5
    Views
    1,555

    Re: Can someone tell me how to fix this please

    Okay, guy, I was thinking that it is pretty simple for him to understand.
    I explain it here: because the value of the variable numberCounter is increased by one before the System.out.println() gets...
  9. Replies
    6
    Views
    1,403

    Re: programming newbie

    Oh, sorry, I didn't get noticed that this is the Member Introductions forum.
    Anyway, welcome!

    java memory
  10. Replies
    5
    Views
    1,555

    Re: Can someone tell me how to fix this please

    Put the line:



    numberCounter++;


    to the end of do's body section.

    java memory
  11. Thread: Java?

    by namhm
    Replies
    3
    Views
    983

    Re: Java?

    Hi and welcome to Java language! Java programming is fun and interesting, to my experience. There are dozens of Java tutorial on the web that you can find them easily. If you want to pay for a tutor,...
  12. Replies
    1
    Views
    1,289

    Re: Help with swing GUI

    I don't understand what you meant by "iterations" here? Please explain in more detail.

    java memory
  13. Replies
    6
    Views
    1,403

    Re: programming newbie

    Hi, welcome! So what can I help you?

    java memory
  14. Re: how to get value path file from jsp form- input type file

    Unfortunately, we couldn't get absolute path of the file on client. Why? Because it is security restriction in most browsers. My recent test shows that FireFox and Chrome returns only the file name,...
  15. Replies
    6
    Views
    5,604

    Re: Dynamically add a Jpanel to a Jframe

    It depends on which layout manager you are using, as copeg said.

    java memory
  16. Re: (JNA) java.lang.UnsatisfiedLinkError: Unable to load library

    Have you tried to put the DLL under System folder? Normally DLLs should be put under System folder or at the same level as the executable jar file.

    java memory
  17. Re: Finding where variable is defined and where referenced

    Hi, I'm talking about Eclipse. I didn't mean it shows shadowed variables, just easily find occurrences (including variables and shadowed ones).

    java memory
  18. Re: Finding where variable is defined and where referenced

    just one tip: select a variable name, then press Ctrl + K will go through all occurrences of that variables.
  19. Re: (JNA) java.lang.UnsatisfiedLinkError: Unable to load library

    Where do you put the DLL file? It should be under windows or system folder.
  20. Thread: j2me

    by namhm
    Replies
    1
    Views
    2,825

    Re: j2me

    Hi,

    What are you expecting the code will return?
    What is the error you get?

    java memory
  21. Replies
    6
    Views
    5,604

    Re: Dynamically add a Jpanel to a Jframe

    Well, in a nutshell it is as simple as:



    frame.add(panel);


    Design your ApcUpsPanel carefully so you can re-use it when adding it to the frame.

    java memory
  22. Re: Is it possible to use same event code for several objects?

    I don't have experience in GWT, however I think there's an equivalent Action listener in GWT.

    java memory
  23. Replies
    8
    Views
    7,096

    Re: About SCJP Examination

    It gives you core and fundamental knowledge of the Java platform, plus tips and tricks, dos and don'ts. However it is not enough for our real-life programmer which needs many more things...

    java...
  24. Replies
    2
    Views
    2,486

    Re: Media Player Help in java

    Unfortunately, JMF does not support such formats, consider Xuggler - an open source media framework than can handle those formats.

    java memory
  25. Replies
    2
    Views
    1,199

    Re: Is there a layout for this?

    Consider to use GridBagLayout, it is very flexible.

    java memory
Results 1 to 25 of 32
Page 1 of 2 1 2