Search:

Type: Posts; User: migongotar

Search: Search took 0.09 seconds.

  1. Re: how to implement timed out event in java?!

    thanx! that helped me to find out that timers could help me! and i searched and found swing.timer, that helped me to write my code...
  2. how to implement timed out event in java?!

    hi, i want to write a code that uses timed out event, i want to set a time,and when this time out occurs i want some code to be executed,how can i do this?
  3. Re: What String methods should I use for this?

    you can try this,this code should work:

    [full solution deleted by KevinWorkman]
  4. Replies
    4
    Views
    2,762

    [SOLVED] Re: how to extend a subclass?!

    in fact, there's no reason! i just had no idea that static class would solve my problem and i forgot to try it! thanks anyway!
  5. Replies
    4
    Views
    2,762

    [SOLVED] Re: how to extend a subclass?!

    when i try this code (public class C extends A.B) i get this error message :
    No enclosing instance of type DataStructures is available due to some
    intermediate constructor invocation

    i dont...
  6. Replies
    4
    Views
    2,762

    [SOLVED] how to extend a subclass?!

    hi,
    i want to write a class that extends from a subclass of another class,something like this:

    public class A{
    //some codes here
    public class B{
    //some codes here
    }
    }
Results 1 to 6 of 6