changed them to public
This commit is contained in:
parent
f869f054b7
commit
569b2bb608
6 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ import java.awt.event.*;
|
|||
@author Andrés Montano Pellegrini
|
||||
@see WindowScannerFilter
|
||||
*/
|
||||
class AboutDialog extends Dialog implements ActionListener, WindowListener
|
||||
public class AboutDialog extends Dialog implements ActionListener, WindowListener
|
||||
{
|
||||
public AboutDialog(Frame parent)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue