Search:

Type: Posts; User: Json

Search: Search took 0.20 seconds.

  1. Thread: X10 Java API

    by Json
    Replies
    10
    Views
    4,020

    Re: X10 Java API

    Oh and by the way, I found this web page which was pretty interesting :D

    Just Development: X10 Home Automation using Java

    // Json
  2. Thread: X10 Java API

    by Json
    Replies
    10
    Views
    4,020

    Re: X10 Java API

    This is just a hunch after looking at the source of CM11ASerialController for 2 minutes I can see there is a method.



    addUnitListener(UnitListener listener)


    So I assume you should add some...
  3. Thread: X10 Java API

    by Json
    Replies
    10
    Views
    4,020

    Re: X10 Java API

    This might be happening because this component is null and you're trying to add it to the frame.


    private final JLabel empty = null;

    // Json
  4. Thread: X10 Java API

    by Json
    Replies
    10
    Views
    4,020

    Re: X10 Java API

    I don't know to be honest, you'd have to look around where you found the API, usually there is some sort of example on how to use it, I'm not too familiar with X10 myself nor the API and I don't the...
  5. Thread: X10 Java API

    by Json
    Replies
    10
    Views
    4,020

    Re: X10 Java API

    Hello, X10 ey, how exciting :)

    What you need to do is read all your requirements for this and then design the program you want to create to support these requirements. Some hints are.

    Is this a...
Results 1 to 5 of 5