Search:

Type: Posts; User: Melawe

Page 1 of 11 1 2 3 4

Search: Search took 0.20 seconds.

  1. Replies
    15
    Views
    21,599

    Sticky: Re: Make money today as a Java freelancer

    You might have to do a few of them till you get high ratings. Though some good ones to pop from time to time.
  2. Re: How does and old Cobol programmer become a Java programmer

    OOP is simply many objects(little programs which complete a single task, but might not be usable alone) coming together to make a fully functional real-world program. For example, lets take...
  3. Re: Is java how to program by the Deitels a good book?

    Thanks my friend. :)

    I do print. But I'm yet to find a tut to take me from hello world to hello polymorph with out to much or too little info; I just want something to teach me something about...
  4. Re: Is java how to program by the Deitels a good book?

    Thanks for the links, haven't seen Java Language Specifications before; is there a version for SE6? Nothing wrong with se7, but I prefer the L&F of se6 and don't want to confuse my self with using...
  5. Re: Is java how to program by the Deitels a good book?

    That would be about 15-30% of most peoples salary, its more like an investment rather than another book on the desk. What I want is a book that will not only teach me programming using Java, but be a...
  6. Is java how to program by the Deitels a good book?

    Hi all,

    I'm thinking if buying the book titled Java How to program, written by the Deitels. I have some programming experience, used the book sams teach your self java in 24 hours; though I...
  7. Replies
    18
    Views
    2,800

    Re: Turn off/ignore win, alt, and ctrl keys

    Ah! :) Thanks all for your help. Ill report how things go in a day or so, after client tries it. :)
  8. Replies
    18
    Views
    2,800

    Re: Turn off/ignore win, alt, and ctrl keys

    I have one class with a main method(handles gui and sets everything together), and other objects that deal with other things like ignoring certain keys, and popups. I have another class that ignores...
  9. Replies
    18
    Views
    2,800

    Re: Turn off/ignore win, alt, and ctrl keys

    Thanks! I'll try that, but shouldn't it work just fine with out a main method?
  10. Replies
    18
    Views
    2,800

    Re: Turn off/ignore win, alt, and ctrl keys

    The program runs well, no error messages or any other problems, except for the win, alt, and ctrl keys working. I have to switch these three keys off, so when they are pressed, system wont respond to...
  11. Replies
    18
    Views
    2,800

    Re: Turn off/ignore win, alt, and ctrl keys

    Is there a problem with something I said, or not showing all the sources? If you don't know or want to tell how to do it, that's okay with me. But if there is something came out wrong, I'd like to...
  12. Replies
    18
    Views
    2,800

    Re: Turn off/ignore win, alt, and ctrl keys

    I got it from the net, don't have the link anymore, but it was from one of the stackoverflow questions, or a link from there. I can't show you the code since I'll be selling.
  13. Replies
    18
    Views
    2,800

    Re: Turn off/ignore win, alt, and ctrl keys

    Lol no. I'm coding it for windows, on an Ubuntu based platform. The client(a friend, also a programmer) tests it, but it wont work on his win7 based pc.
  14. Replies
    18
    Views
    2,800

    Re: Turn off/ignore win, alt, and ctrl keys

    Yes it uses the JNA library. No I didn't get to test it. I use Ubuntu and don't have win available atm.
  15. Replies
    18
    Views
    2,800

    Turn off/ignore win, alt, and ctrl keys

    Hello,

    I'm coding an application for the daughter of a friend, and need to swtich off the win(super), alt, and ctrl keys. I got some native code from the net, but it seams its not working on Win...
  16. Re: Junior Java Coders interested in Game Dev wanted!

    I'm up for this. :)
  17. Replies
    8
    Views
    1,632

    Re: odd message from Component.getGraphics()

    I think I found a workaround, might be messy code, but worth a test.
  18. Replies
    8
    Views
    1,632

    Re: odd message from Component.getGraphics()

    The problem with the paintComponent() is I can't use it in an if-else statement. The if-else statment checks what key was pressed, and ignores it if it is a certain key.
  19. Replies
    8
    Views
    1,632

    Re: odd message from Component.getGraphics()

    I want to get the graphics object associated with the canvas object, then call its drawString() method. So if its named graph, I can call graph.drawString().
  20. Replies
    8
    Views
    1,632

    Re: odd message from Component.getGraphics()

    I was trying to get the Graphics object associated with a Canvas object, then use it's drawString method. I'm making a program that handles key events and then draws them on a Canvas object. One...
  21. Replies
    8
    Views
    1,632

    odd message from Component.getGraphics()

    I used this code:


    System.out.println(comp.getGraphics());


    Result:
    ...
  22. Replies
    4
    Views
    1,272

    Re: Overwrite what Keys do.

    Hmm, the key bindings tutorial was a bit confusing, Ill give it another go and report back. Thanks.
  23. Replies
    4
    Views
    1,272

    Re: Overwrite what Keys do.

    I actually was reading that and the key bindings tutorial the other day. The problem with KeyListeners is I can't keep it from showing the text on the screen. What I want to do is, lets say, be able...
  24. Replies
    4
    Views
    1,272

    Overwrite what Keys do.

    Hey guys,

    I'm looking for a way to overwrite what happens when a key is pressed. For example, show an image rather than text, or ignore it. If there is a class that does it that would be great....
  25. Re: Why does the Color class have two variables for each color?

    I was going to say that if pbrock was right, that problem ought to be solved by now. Esp since 7 is out(almost) now. Though, now that you bring up legacy code, I can see why. :)

    I wonder if they...
Results 1 to 25 of 271
Page 1 of 11 1 2 3 4