Search:

Type: Posts; User: bczm8703

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,284

    Re: error when running with jar

    i just found out that the println statement only print the 2 println i added at paint component.. the one at the timer actionperformed method isn't being printed... thought the sequence of the...
  2. Replies
    8
    Views
    1,284

    Re: error when running with jar

    sorry if this question is a bit noob.. the tutorial only show like a class involved.. based on the product structure..

    when the program 1st run, Main.java, the only class with main method, would...
  3. Replies
    8
    Views
    1,284

    Re: error when running with jar

    Output:


    BTSend Log.listener: Using Bluetooth device with address = 00165316F6AD
    BlueCove version 2.1.0 on winsock
    BTSend Log.listener: Connected to null
    Sending msg: play

    Timer status:...
  4. Replies
    8
    Views
    1,284

    Re: error when running with jar

    no error message is being displayed...
    initialization and starting of timer in constructor...


    public C_Play(String st, Bluetooth newBT){
    name = st;
    btPlay=newBT;
    gui(st);
    t1= new...
  5. Replies
    8
    Views
    1,284

    error when running with jar

    hi.. i am preparing my codes for submission so i package my code into jar file.. but upon running the codes using the jar, there seems to be an error with my code.. the timer action performed method...
Results 1 to 5 of 5