Search:

Type: Posts; User: javapenguin

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,049

    [SOLVED] Re: Trying to fix repaint method

    #-o

    Should have realized that. (Probably would have if I wasn't sleep deprived.)
  2. Replies
    4
    Views
    1,049

    [SOLVED] Re: Trying to fix repaint method

    import javax.swing.JFrame;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;

    public class myFrame extends JPanel implements KeyListener, ActionListener...
Results 1 to 2 of 2