Advertisement
sergAccount

Untitled

Oct 11th, 2020
2,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.46 KB | None | 0 0
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6. package app54;
  7.  
  8. import javax.swing.JPanel;
  9.  
  10. public class DrawPanel extends JPanel{
  11.     // конструктор класса
  12.     public DrawPanel(){        
  13.     }
  14.     // метод для отрисовки графических объектов на экране
  15.    
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement