Package com.lariflix.jemm.forms
Class DonationWin
java.lang.Object
com.lariflix.jemm.forms.DonationWin
The DonationWin class is responsible for displaying a donation window.
It creates a modal dialog containing a DonationPanel that encourages users to donate to support the development of the software.
- Since:
- 1.2.0
- Version:
- 1.0
- Author:
- CesarBianchi
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DonationWin
public DonationWin()Default constructor for the DonationWin class.- Since:
- 1.0
-
-
Method Details
-
show
public void show()Shows the donation window. This method creates and displays a modal dialog containing a DonationPanel. If the dialog is already created, it simply makes it visible.- Since:
- 1.0
-