Threads in JFrame [closed]

1

I need to make a Digital Clock, but for this it is necessary to create a main class and a JFrame, in which I have to inherit the Thread class, and not implement Runnable.

Can someone tell me how to inherit the Thread in the JFrame?

    
asked by Eli 24.04.2018 в 00:52
source

0 answers