Search:

Type: Posts; User: jps

Page 1 of 20 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,468

    Re: How do I print pieces of an image in a frame?

    What have you tried?
    What are you stuck on?
    Do some searching to see what methods are available
  2. Re: I need help! Airline reservation thing. how does the button function? Help!

    Please use code tags when posting code. See the announcements page for instructions on code tags.

    Always include the full text of the error message with your code and question
  3. Re: How to fix annoying white splash in this simple java code?

    Same results on Windows XP, XP Pro, Vista; Ubuntu 10.04 & 12.10
  4. Re: Creating a file logger using Singleton, factory, and abstract class

    I didn't read the whole thread, so generally speaking:
    No a class does not have to be abstract because it extends an abstract class. At some point the abstraction ends, and that point is the point...
  5. Replies
    9
    Views
    1,128

    Re: Permenant System Tray

    You launched the program by double-clicking on the executable jar, yes it is loaded and running. That does not necessarily mean it is actually doing anything, that would depend on the specific...
  6. Replies
    1
    Views
    1,641

    Re: Can't understand simple Recursion:

    First call: ABCDEF > 1, so return a recursive call with the first character appended to the end. Which at this point is some undetermined string + A.
    Second call: BCDEF > 1, so return a recursive...
  7. Re: Run() method of runnable function has no access to data members?

    Board board = new Board(); creates a new variable local to the constructor.
    Are you sure this is what you meant to do?
  8. Thread: Hi..

    by jps
    Replies
    2
    Views
    1,079

    Re: Hi..

    Welcome Andemlink
  9. Thread: hello

    by jps
    Replies
    3
    Views
    730

    Re: hello

    Welcome richieoscar
  10. Thread: Array question.

    by jps
    Replies
    2
    Views
    1,450

    Re: Array question.

    What happened when you tried it? Did it work? Was there an error?
    We do not provide solutions to problems in code here, see the spoonfeeding policy on the subject.
    What we will do is help give...
  11. Re: Quick question regarding Becker/Robot Programming. (beginner)

    I do not know anything about the Becker library.
    It seems to me that you would instruct the robot to move forward one street at a time after checking for a wall in front of the current position....
  12. Replies
    9
    Views
    1,423

    Re: need help with bubbe sort

    That means the method requires int[], but was given List<Integer>
    An array of int is not the same thing as a List of Integer
    In the code even and odd are both variables of type List<Integer>....
  13. Replies
    9
    Views
    1,423

    Re: need help with bubbe sort

    Please copy paste the full text of any error messages to the forum and not as a screenshot or attachment
  14. Thread: Hello, Java lovers

    by jps
    Replies
    2
    Views
    795

    Re: Hello, Java lovers

    Welcome Nazmul
  15. Thread: Hello

    by jps
    Replies
    2
    Views
    768

    Re: Hello

    Welcome Yaxiong
  16. Replies
    9
    Views
    1,423

    Re: need help with bubbe sort

    Write out the steps necessary to implement the sort, then translate that to syntax. If you get stuck, post your list of steps and code here with your question. We do not provide answers in code on...
  17. Replies
    3
    Views
    1,346

    Re: A question about NetBean editor.

    You can also omit pressing enter and just type the ; to complete the line
  18. Thread: hello

    by jps
    Replies
    2
    Views
    773

    Re: hello

    Welcome kinu
  19. Thread: Inheritance[HELP!]

    by jps
    Replies
    1
    Views
    1,036

    Re: Inheritance[HELP!]

    Do you have a question you forgot to post with your assignment?
  20. Replies
    2
    Views
    1,054

    Re: Types of MVC Framework?

    What did your research tell you?
    What questions do you have over your findings?
  21. Replies
    2
    Views
    1,060

    Re: I am finding some java programmer

    You may get more replies if you specify the details about your project.
  22. Replies
    6
    Views
    1,341

    Re: Question on using JFrames and ActionListeners

    Well give it a try and post what you have when you get stuck. Members on the forum are always happy to offer suggestions
  23. Thread: Introductions

    by jps
    Replies
    3
    Views
    810

    Re: Introductions

    Welcome blergle
  24. Thread: Hello

    by jps
    Replies
    2
    Views
    1,019

    Re: Hello

    Welcome davidchan
  25. Thread: hi

    by jps
    Replies
    2
    Views
    669

    Re: hi

    Welcome jimshoe128
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4