Search:

Type: Posts; User: xkendzu

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    944

    Re: New paint method? Please help?

    I follow this full screen tutorial by youtube thenewboston. Here Screen class:


    package Test;
    import java.awt.*;

    import javax.swing.*;

    public class Screen extends JFrame {
  2. Replies
    2
    Views
    944

    New paint method? Please help?

    Hi guys. So i create little program. So window is in full screen. But i need help with paint method. I think I this method not understeand fully. So code:


    package Test;
    import java.awt.*;...
Results 1 to 2 of 2