FileDialog
org.nlogo.swing.FileDialog
object FileDialog
Attributes
- Source
- FileDialog.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FileDialog.type
Members list
Value members
Concrete methods
Attributes
- Source
- FileDialog.scala
sets the current directory for the file dialog.
Attributes
- Source
- FileDialog.scala
shows the file dialog. The given component's frame will be used, and the given file will be the default selection.
shows the file dialog. The given component's frame will be used, and the given file will be the default selection.
Attributes
- Source
- FileDialog.scala
shows the file dialog. The given frame will be used, and there will be no default file selection.
shows the file dialog. The given frame will be used, and there will be no default file selection.
Attributes
- Source
- FileDialog.scala
In this article