Search:

Type: Posts; User: Koâk

Search: Search took 0.08 seconds.

  1. Thread: CryptProtectData

    by Koâk
    Replies
    0
    Views
    2,369

    deleted

    deleted
  2. Replies
    2
    Views
    7,086

    Re: KB/s download speed calculating

    deleted
  3. Replies
    2
    Views
    7,086

    KB/s download speed calculating

    deleted
  4. Replies
    1
    Views
    2,543

    Re: client server program on a single machine

    I think the easiest way to get data from point A to point B trough socket is using DataInputStream and DataOutputStream

    DataInputStream (Java 2 Platform SE v1.4.2)
    DataOutputStream (Java 2...
  5. Replies
    15
    Views
    3,833

    [SOLVED] Re: Making a game for Mobile Phone

    deleted
  6. Re: How to Navigate to a URL with Runtime.getRuntime().exec()

    Thank you very much for that :)
  7. Replies
    4
    Views
    10,891

    Re: Truncated class file error

    deleted
  8. Replies
    4
    Views
    10,891

    Re: Truncated class file error

    deleted
  9. Replies
    2
    Views
    4,273

    Re: Java Variable Conversions

    Very very very very very helpful thank you :)

    Here's my byteArray to string ^^


    byte[] byteArray = new byte[] { put, your, bytes, here };
    String value = new String( byteArray );

    here's...
  10. Replies
    4
    Views
    10,891

    Truncated class file error

    deleted
  11. Replies
    8
    Views
    6,621

    Re: finding location of ipaddress

    ahh ok, yeah I think ur right :rolleyes:
  12. Replies
    8
    Views
    6,621

    Re: finding location of ipaddress

    Wrong, the IP redirects you to the provider, not the computer/network itself..

    i think XD
  13. Re: How to Add scroll bars to JTextArea using JScrollPane

    Nice, I didn't know how to do this before ^^
  14. Replies
    6
    Views
    3,240

    Re: Image in GUI Problem

    deleted
  15. Replies
    6
    Views
    3,240

    Re: Image in GUI Problem

    deleted
  16. Replies
    6
    Views
    3,240

    Re: Image in GUI Problem

    deleted
  17. Replies
    6
    Views
    3,240

    deleted

    deleted
  18. Replies
    15
    Views
    3,833

    [SOLVED] Re: Making a game for Mobile Phone

    deleted
  19. Replies
    15
    Views
    3,833

    [SOLVED] Re: Making a game for Mobile Phone

    deleted
  20. Replies
    15
    Views
    3,833

    [SOLVED] Re: Making a game for Mobile Phone

    deleted
  21. Replies
    15
    Views
    3,833

    [SOLVED] Re: Making a game for Mobile Phone

    deleted
  22. Replies
    15
    Views
    3,833

    [SOLVED] Re: Making a game for Mobile Phone

    My license has expired already :(
  23. Replies
    15
    Views
    3,833

    [SOLVED] Re: Making a game for Mobile Phone

    deleted
  24. Replies
    15
    Views
    3,833

    [SOLVED] How to start writing java mobile application?

    deleted
  25. Re: How to Navigate to a URL with Runtime.getRuntime().exec()

    Thanks for this, I always used this


    public static void openBrowser(String URL) {
    String browserPath = "C:/Program Files/Mozilla Firefox/firefox.exe";
    String url =...
Results 1 to 25 of 25