Search:

Type: Posts; User: Mr.777

Page 1 of 20 1 2 3 4

Search: Search took 0.12 seconds.

  1. Re: How to parse an object to and from XML using JAXB

    This has really saved my day today. Thanks man.
  2. Replies
    5
    Views
    2,128

    Re: cam and mic chat app

    What is the purpose of bumping this old thread? You can just PM him/her to ask this?
  3. Replies
    3
    Views
    1,256

    Re: Difference ++j and J++

    I don't know how exactly you mean by faster....
    As far as efficiency is concerned, both are equal. Both has the efficiency level constant in terms of Anaylsis.
  4. Replies
    2
    Views
    6,518

    Re: how to open jsp project in netbeans

    JSP files when bunched together do not create a project. You create a Java Web Project and you import the whole project into. By the way what do you really mean?
  5. Replies
    1
    Views
    1,452

    Re: Traffic Simulator

    Help with what? Please see SSCCE
  6. Replies
    1
    Views
    1,329

    Re: Java Grade Caculator

    For reusability, you have to think about it. Which part of the whole program needs to be executed again and again, make it as a function and so on.
  7. Thread: image filter

    by Mr.777
    Replies
    1
    Views
    794

    Re: image filter

    Welcome to Java Programming Forums Shomora.
    What do you mean by "filter image"???
    You must take a look at SSCCE
  8. Re: Unable to Access The Files In The Network Mapped Drive in Tomcat6 Windows Service Local System Accou

    Yes, you can do. But what have you tried so far?
  9. [SOLVED] Re: Problem controlling a ctrl + c signal by console

    Alright and where do you get the keyboard strokes against Ctrl+C?
  10. [SOLVED] Re: Problem controlling a ctrl + c signal by console

    What are s and c?
  11. Thread: Hello

    by Mr.777
    Replies
    2
    Views
    815

    Re: Hello

    Hello jvasher, Welcome to Java Programming Forums, Don't forget to read the forums rules.
  12. Re: Spatial Data Infrastructure download service as Atom feed

    This might help you.
    Reading an ATOM feed using Rome and Java | Javalobby...
  13. Replies
    4
    Views
    1,802

    Re: Lottery Game Problem

    You will have to do one of two things:
    1. Create click listener seperate for each check box, and in each checkbox, put the variable you want to assign value with.
    2. In your single click listener,...
  14. Thread: Random image

    by Mr.777
    Replies
    7
    Views
    1,346

    [SOLVED] Re: Random image

    No problem. If your problem has been solved, please mark this thread as Solved.
  15. Replies
    7
    Views
    1,582

    Re: Will Java suit my project ?

    By this I mean, this will only keep the window on top of all those windows which are part of the application, not all other windows related to other applications.

    --- Update ---


    By this I...
  16. Thread: Random image

    by Mr.777
    Replies
    7
    Views
    1,346

    [SOLVED] Re: Random image

    You know how to write click event for JButton, right? Asuming this, you can do whatever you want to do.
    On click open the dialog.
  17. Replies
    5
    Views
    1,613

    Re: Stacks problem-help

    Yes, it's the default behaviour how a stack must be implemented. Though you can change.
    Yes, it is possible to push objects in stack.
    Depends upon the design of your problem, how you want the...
  18. Re: How can i crop an Image with a Fixed Rectangle sizes?

    Keep on topic. If you solved this, mark it as solved. And comment on the other topic where you needed help.
  19. Thread: Random image

    by Mr.777
    Replies
    7
    Views
    1,346

    [SOLVED] Re: Random image

    There are two of the many possible strategies:
    1. Rename your images with 0,1,2,3.....
    Generate a random number, open the image against the random number while appening .jpg,.png etc

    2. Create...
  20. Replies
    2
    Views
    927

    Re: New to the fourm

    Welcome to Java Programming Forums. Don't forget to read the Forums Rules.
  21. Replies
    2
    Views
    995

    Re: about Abstract class

    Google.
  22. Replies
    4
    Views
    1,802

    Re: Lottery Game Problem

    No one here has time to go through the whole piece of code. Ask your questions Precisely if you need help. SSCCE
  23. Replies
    5
    Views
    1,613

    Re: Stacks problem-help

    I will request Admins to block users who just sign up for getting someone else do their assignment or want to get spoon feed.
  24. Re: How can i crop an Image with a Fixed Rectangle sizes?

    And what have you tried so far? Ask precise questions and you will get help.
  25. Re: Spatial Data Infrastructure download service as Atom feed

    Welcome to Java Programming Forums.
    What have you tried so far?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4