Search:

Type: Posts; User: ardisamudra

Page 1 of 2 1 2

Search: Search took 0.41 seconds.

  1. Replies
    6
    Views
    198

    [SOLVED] Re: [Asking] Store method in HashMap

    Thank you Norm,

    Finally I got it :)
  2. Replies
    6
    Views
    198

    [SOLVED] Re: [Asking] Store method in HashMap

    Hi Norm,
    Do you know about reflection in java ? I little don't understand about that.
  3. Replies
    6
    Views
    198

    [SOLVED] Re: [Asking] Store method in HashMap

    Hi norm,
    Yes, I use it
    The code will print Help me!!
    But it's difficult to use param on showHelp method. Please tell me if i did mistake on explanation
  4. Replies
    6
    Views
    198

    [SOLVED] [Asking] Store method in HashMap

    Hi everyone,

    I got trouble about storing method in HashMap. I got the example but there is no parameter in method, You can see the code below


    import...
  5. Re: [Asking] Sending and Receiving Data via Serial

    Thanks Zaphod_b,,

    Sorry for late reply post :)
  6. Re: [Asking] Sending and Receiving Data via Serial

    can you give me some example. I got a problem in ubuntu
  7. [Asking] Sending and Receiving Data via Serial

    Hi, anybody know how to send and receive via serial in Java ?

    Please share information to me
  8. Replies
    2
    Views
    215

    Re: [Asking JDOM2] Save List in XML

    Oke thanks, I got it :)

    Btw,JAXB looks the same JDOM2. Just because there is marshall and unmarshall in JAXB and JDOM2 not. But both of them have the same output xml
  9. Replies
    2
    Views
    215

    [Asking JDOM2] Save List in XML

    Hi everyone,

    Is there any posibilitie to set list in xml form ?

    Hope for reply please :)

    Thanks
  10. Replies
    1
    Views
    331

    [Asking] How To Use Jpos Space

    Hello guys

    Anyone know about how to use Jpos Space ?

    Please share me

    Thanks :)
  11. [Asking] Unable to build: the file dx.jar was not loaded from the SDK folder!

    I got the problem after update ADT and SDK, I can't run my android project. I always got Unable to build: the file dx.jar was not loaded from the SDK folder!.

    Please anyone help me :(
  12. Replies
    0
    Views
    282

    [Asking] httpclient with ssl

    Hi everyone,

    I got a problem httpclient that connect to ssl server.

    Here my function to excute httpclient



    public void run() {
    HttpClient hc = new HttpClient();
  13. Replies
    8
    Views
    377

    [SOLVED] Re: [Asking] Convert String to Byte Array

    Hi Zaphod....

    Thanks for your code, so the full code perhaps like this below


    public static void convertStr2Byte() {
    String strKey = "BDE540BD7E91EDACA3B0125FE004F52C";
    ...
  14. Replies
    8
    Views
    377

    [SOLVED] Re: [Asking] Convert String to Byte Array

    Hi copeg...
    The current encoding have length 32. So in the array should be like this

    bytKey[0] = 0x42;
    bytKey[1] = 0x44;
    bytKey[2] = 0x45;
    ........
    ........
    bytKey[31] = 0x43;
  15. Replies
    8
    Views
    377

    [SOLVED] Re: [Asking] Convert String to Byte Array

    Hi, copeg..

    I expect the byte array from the String , may be I'm wrong about array example writing.

    The arrray should be like this :

    bytKey[0] = 0xBD;
    bytKey[1] = 0xE5;
    ........
    ........
  16. Replies
    8
    Views
    377

    [SOLVED] [Asking] Convert String to Byte Array

    Hi everyone,

    I get confused when to convert string to byte array. let's go to the code

    String strKey = "BDE540BD7E91EDACA3B0125FE004F52C";
    byte[] bytKey = strKey.getBytes();
    ...
  17. Replies
    7
    Views
    446

    [SOLVED] Re: [Asking] Listener on Text Area

    Ok thanks,

    Now I can write the log :)
  18. [SOLVED] Re: Help! ComboBox, CheckBox, RadioButton and TextArea/TextField

    Hi..

    Actually, I just drag and drop and then the code will be generated by netbeans. Cause I already tell in netbeans you just drag and drop :)

    And in netbeans, you only think about what action...
  19. [SOLVED] Re: Help! ComboBox, CheckBox, RadioButton and TextArea/TextField

    Hi Kinshen09

    You can see my code below


    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
  20. Re: How to Create a Desktop Application with Database

    Can you describe more details ?
  21. [SOLVED] Re: Help! ComboBox, CheckBox, RadioButton and TextArea/TextField

    Hi Kinshen09

    You already using netbeans, but why the interface not the same like the picture? Don't u just drag and drop with that
  22. Replies
    7
    Views
    446

    [SOLVED] Re: [Asking] Listener on Text Area

    Hi carmudgeon,

    I don't know what do you mean "PropertyChangeSupport in the client", Do you mean PropertyChangeSupport in the server? In my case there is incoming packet and I write to file log,...
  23. Replies
    3
    Views
    204

    Re: Need some help with my code

    Your code is fail on MAP.charAt(Pass.indexOf(alpha.charAt(i)));

    Because there is no character in variable Pass, so the return of indexOf is -1.

    What do you want from this code ?
  24. Replies
    7
    Views
    446

    [SOLVED] Re: [Asking] Listener on Text Area

    Hi All,

    Sorry if my english isn't good :cool:

    Actually I create my own server, and I want to show my log in textArea. So listener doesn't come from mouse or key, but it's triggered by client.
    ...
  25. Replies
    7
    Views
    446

    [SOLVED] [Asking] Listener on Text Area

    Hi, All

    I have a problem with textarea in my swing application.

    I want my textarea show string or something like log when the application is runing.

    Anyone know what is the proper listener...
Results 1 to 25 of 26
Page 1 of 2 1 2