Search:

Type: Posts; User: imsuperman05

Page 1 of 2 1 2

Search: Search took 0.11 seconds.

  1. Re: Text in field objects go out of bounds..

    Thank you very much, I did not know that. I just could not remember the name of the class which handled that.
  2. Text in field objects go out of bounds..

    I'm writing a custom notepad as a challenge for some youngsters. I need a text field so the user can write their data into. For some reason, when I try to go out of bounds or hit the button "Enter"...
  3. Replies
    11
    Views
    1,342

    Re: Help pleeease

    No it's not that; I'm 100% positive.

    I still need help setting the background.
  4. Replies
    11
    Views
    1,854

    Re: Please help! Java ARRAYS

    Oh wow, didn't know that lol. Haven't touched Java 7 in a while, just opened on Eclipse 4.1 hehe.
  5. Replies
    11
    Views
    1,854

    Re: Please help! Java ARRAYS

    Sorry, wasn't aware. I won't spoon-feed anymore.
  6. Replies
    1
    Views
    1,502

    Reading lines in files with tabs

    I've used the scanner class before, and I know how to use the delimiter and all that, but I have come to a problem. For my program to work(it parses data into a text file which is being separated by...
  7. Replies
    11
    Views
    1,342

    Re: Help pleeease

    I looked through the JTextArea class but not the component class, thank you very much though. Will work with this.
  8. Replies
    11
    Views
    1,342

    Re: Help pleeease

    I looked through it thoroughly, all I've found was the setFont() method.
  9. Replies
    11
    Views
    1,342

    Help pleeease

    I created a basic notepad to store anything i need and to load it after, just for learning purposes mainly and can be useful later on. I got everything basically working now, but I want to add a...
  10. Replies
    1
    Views
    2,121

    Java based games..

    I've been thinking about just writing a basic game, but I don't know how to. I want to start out with a tic tac toe game. Which will display the images and the checkmarks.. I think it will be...
  11. Replies
    11
    Views
    1,854

    Re: Please help! Java ARRAYS

    import it.
  12. Replies
    11
    Views
    1,854

    Re: Please help! Java ARRAYS

    static List<Car> cars = new ArrayList<Car>();

    Or?

    Car[] cars;
  13. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    It's 335, 478.

    Thank you so much for you're time, I appreciate it. This will prob be the last thing I need.
  14. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    @First
    forgot it, i'll just read through it all.

    @Second
    static int x = 414;
    static int y = 315;

    image.getRGB(x, y);

    I keep getting an ArrayOutofBoundsException, I don't understand what...
  15. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    No, sorry. I'll rephrase it.
    Here's the source code.


    public static void main(String...args) {
    //while(true) {
    try {
    rob = new Robot();
    rob.mouseMove(x, y);
    ...
  16. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    I'm very sorry sir. Yes, I'm looking over it now, and now i'm using BufferedImgae.
  17. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    Updated thread, down to one problem. Any help is appreciated now.
  18. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    Thank you ever so much, sir. This is exactly what I needed.
  19. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    I did look at it though, and I can't seem to find out how to right click.
  20. Thread: enums..

    by imsuperman05
    Replies
    3
    Views
    1,404

    Re: enums..

    Well, I meant something along the lines of this..



    SAPPHIRERING(1637, 2550, 7, 18, 719, 114, 1),
    SAPPHIREAMULET(1692, 1727, 7, 18, 719, 114, 1),
    SAPPHIRENECKLACE(1656, 3853, 7, 18, 719,...
  21. Thread: enums..

    by imsuperman05
    Replies
    3
    Views
    1,404

    enums..

    Are enums meant to be hardcoded? Meaning to hold tons of data?


    Sorry that i'm posting a lot, I just really want answers and this forums is a good place to find answers. I want to learn a lot,...
  22. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    if ur not gonna help then dont post
  23. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Re: Robot

    What API doc? Robot.class?
  24. Thread: Robot

    by imsuperman05
    Replies
    19
    Views
    2,043

    Robot

    First question was that I was trying to get the mouse to right click via java.awt.Robot.




    Also, how would I get Java to notice where it's positioned at? Like if it's in a certain place which...
  25. Replies
    5
    Views
    1,737

    Re: Mina networking

    but then it won't execute the process?
Results 1 to 25 of 35
Page 1 of 2 1 2