Search:

Type: Posts; User: C-lo

Search: Search took 0.25 seconds.

  1. Thread: Hello!

    by C-lo
    Replies
    3
    Views
    818

    Re: Hello!

    hello could you help with this the drawing doesn't upload
    // code begins here
    import javax.swing.*;
    import java.awt.*;



    public class ColorPanel extends JPanel {

    public...
  2. GUI Drawing shapes (The shape doesn't appear in the window.)

    import javax.swing.*;
    import java.awt.*;



    public class ColorPanel extends JPanel {

    public ColorPanel(Color backColor) {

    setBackground(backColor);
Results 1 to 2 of 2