Search:

Type: Posts; User: chronoz13

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Painting Clock, Overlaps the current String display

    by the way.. my goal is.. to create a separate class as a Clock, but extends as a JPanel not a JFrame, i just want to add/call it to any JFrame window i have or in any JPanel/Container
  2. [SOLVED] Painting Clock, Overlaps the current String display

    import java.awt.Color;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.util.Calendar;
    import javax.swing.*;

    public class MyClock extends JPanel implements Runnable {

    Thread...
Results 1 to 2 of 2