-
-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Most appropriate sub-area of Processing 4?
PDE
Processing version
4.4.10
Operating system
Windows 11
Bug description
The keyword someclass.open() triggers compiler error inside PDE Syntax Error - Error on parameter or method declaration near desktop.open(?. Syntax Error - Missing ';'?
There is no error in the code - this is a PDE somehow banning the use of function named open().
Steps to reproduce this
-
Create some class
-
Add function open()
-
Call the function from draw - get the compiler error
snippet
// Paste your code below :)
import java.awt.Desktop;
Desktop desktop = Desktop.getDesktop();
desktop.open(folder);Additional context
No response
Would you like to work on the issue?
No, I’m just reporting the issue
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working