mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
more from hell
This commit is contained in:
@@ -45,12 +45,7 @@ import com.apple.mrj.*;
|
||||
* general interaction with the system (launching URLs, loading
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
#ifndef SWINGSUCKS
|
||||
public class PdeBase extends JFrame
|
||||
#else
|
||||
public class PdeBase extends Frame
|
||||
#endif
|
||||
implements ActionListener
|
||||
public class PdeBase extends JFrame implements ActionListener
|
||||
#ifdef MACOS
|
||||
, MRJAboutHandler
|
||||
, MRJQuitHandler
|
||||
|
||||
Reference in New Issue
Block a user