We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the swing lib shows
class FileChooser(dir : java.io.File) extends AnyRef
but JFileChooser sends PropertyChangeEvents and ActionEvents. This feature is essential e.g. for accessory components.
http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html#accessory
The text was updated successfully, but these errors were encountered:
Imported From: https://issues.scala-lang.org/browse/SI-1824?orig=1 Reporter: Frank Teubler (dft)
Sorry, something went wrong.
@SethTisue said: The scala-swing library is now community-maintained. Issues with it are now tracked at https://github.com/scala/scala-swing instead of here in the Scala JIRA.
Interested community members: if you consider this issue significant, feel free to open a new issue for it on GitHub, with links in both directions.
andy1138
No branches or pull requests
the swing lib shows
class FileChooser(dir : java.io.File) extends AnyRef
but JFileChooser sends PropertyChangeEvents and ActionEvents.
This feature is essential e.g. for accessory components.
http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html#accessory
The text was updated successfully, but these errors were encountered: