Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 505 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 505 Bytes

BangMapleMotionPanelSwing

A Java class that can replace and act as javax.swing.JPanel for motion panel by dragging the Java desktop-based application that uses Swing technology.

How to use?

- Create a class that is already inherited or going to inherit and replace them by inherit this class instead.

- This class is intended to replace the traditional javax.swing.JPanel class


  • Extremely useful when you are going to use the code JFrame.setUndecorated(false);