GithubHelp home page GithubHelp logo

scala-swing's Introduction

scala-swing (unsupported)

We welcome contributions, but do not actively maintain this library. If you're interested in becoming a maintainer, please contact @adriaanm.

This is a UI library that will wrap most of Java Swing for Scala in a straightforward manner. The widget class hierarchy loosely resembles that of Java Swing. The main differences are:

  • In Java Swing all components are containers per default. This doesn't make much sense for a number of components, like TextField, CheckBox, RadioButton, and so on. Our guess is that this architecture was chosen because Java lacks multiple inheritance. In scala.swing, components that can have child components extend the Container trait.
  • Layout managers and panels are coupled. There is no way to exchange the layout manager of a panel. As a result, the layout constraints for widgets can be typed. (Note that you gain more type-safety and don't loose much flexibility here. Besides being not a common operation, exchanging the layout manager of a panel in Java Swing almost always leads to exchanging the layout constraints for every of the panel's child component. In the end, it is not more work to move all children to a newly created panel.)

The event system. TODO

The library comprises three main packages:

  • scala.swing: All widget classes and traits.
  • scala.swing.event: The event hierarchy.
  • examples.swing: A set of demos. ( in ./docs )

ScalaDocs

Documentation for scala-swing included in 2.11.1 is can be found here

Other version can be found at http://www.scala-lang.org/documentation/api.html

Current Work

Current changes are being made on the java7 branch. This is to mainly because of the EOL of java6 and the generification that happened between jdk6 and jdk7 requiring a difference in the source code. This class files are targeted at java6 and will run with all versions upwards.


Notes:

  • Visual appearance of combo boxes using the GTK LaF is broken on JDKs < 1.7b30. This is a Java Swing problem.
  • The generification added to some java7 swing components make the course code incompatible between java6 and java7. This is not an issue with the generated .class files because of Type Erasure will work across all versions of java from java6 upwards. See Issue SI-3634

scala-swing's People

Contributors

adriaanm avatar andy1138 avatar catull avatar dragos avatar gkossakowski avatar heathermiller avatar ingoem avatar jsuereth avatar lrytz avatar milessabin avatar odersky avatar paulp avatar phaller avatar retronym avatar rtyley avatar soc avatar tiarkrompf avatar xeno-by avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.