Search:

Type: Posts; User: XORxHACK

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,471

    Thanks. :D I felt so accomplished when I made...

    Thanks. :D I felt so accomplished when I made this because I'm not very creative but this popped into my head today, so I went ahead and built it.
  2. Replies
    6
    Views
    2,471

    Color Chooser (RGB)

    You slide the sliders to change the color at the bottom of the screen. You can also save the current color to a file.

    picture:...
  3. Replies
    10
    Views
    1,127

    Would it even be considered Java anymore? XD

    Would it even be considered Java anymore? XD
  4. Thread: GM Tag

    by XORxHACK
    Replies
    2
    Views
    748

    GM Tag

    Could someone tell me the file that gets changed when using the GM Tag mod? I want to take it off.
  5. Replies
    18
    Views
    2,282

    Aha, he should probably fix that. XD

    Aha, he should probably fix that. XD
  6. Replies
    18
    Views
    2,282

    The reason I have printStackTrace is so that...

    The reason I have printStackTrace is so that developer can see where the error went wrong, later then can manipulate it (take it out, modify it, do whatever they want with it). They don't...
  7. Replies
    18
    Views
    2,282

    Hmm, I'm still not understand why you would do...

    Hmm, I'm still not understand why you would do this? Sorry.

    You can just throw an error with catch, no un-wanted code needed. (like I said, I'm still trying to figure how you're trying to put it)
  8. Replies
    3
    Views
    1,177

    DANG! XD way to come kill everything aha, well...

    DANG! XD way to come kill everything aha, well now they know how to use console input and JOptionPane! XD
  9. Replies
    3
    Views
    1,177

    [TUT]How to read input from keyboard

    You are going to want to start off by importing the Scanner object in the util package (i use wildcard to import the whole package, you don't have to if you don't want to).



    import java.util.*;...
  10. Replies
    6
    Views
    1,059

    You can build your compiler from scratch but I...

    You can build your compiler from scratch but I would suggest using an IDE with a built in compiler unless you know batch and perfer to do it that way.

    I use JCreator, but the most commonly used...
  11. Replies
    18
    Views
    2,282

    I'm not quite sure what you mean by let the...

    I'm not quite sure what you mean by let the caller process the thrown exceptions? Are you tring to go twards something like a JOptionPane.showConfirmDialog to continue or something? Could you please...
  12. Replies
    18
    Views
    2,282

    Yeah, I'm debating on learning C++, I don't want...

    Yeah, I'm debating on learning C++, I don't want to to overcome my Java knowledge, sounds weird, but it's true.

    Yes! It's very nice to conversate with friendly people instead of what I had before...
  13. Replies
    18
    Views
    2,282

    That was just a plain .bat file(s), here is what...

    That was just a plain .bat file(s), here is what was inside of them.

    Compiler


    @echo off
    "C:\Program Files\Java\jdk1.6.0_18\bin\javac.exe" -d bin -Xlint:deprecation -Xlint:unchecked *.java...
  14. Replies
    18
    Views
    2,282

    Ah android, I've heard about it. I've downloaded...

    Ah android, I've heard about it. I've downloaded the files, then I kind of lost interest because I couldn't figure out how to work with it (fail on my part seeing as I only gave it 2 minutes before I...
  15. Replies
    18
    Views
    2,282

    [TUT]How to read and write to a text file

    NOTE: Sorry I was just reading around and found a "Tutorial" section. I'm not sure if this was suppose to go in there. I'm sorry if i miss-posted this.

    I'm new to this forums, so for my...
Results 1 to 15 of 15