- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: Bug in BorderPanel on 2.7.7?
Sun, 2010-01-24, 23:23
In a 2.8 I downloaded a while ago (the scala-library.jar's library.properties says version.number=2.8.0.r20246-b20091219020404) it throws a NullPointerException in BorderPanel.scala:27.
It's probably really a LayoutContainer problem.
-------------------------------------
Naftoli Gugenheim wrote:
val x = new BorderPanel
x.layout(a) = Center
x.layout(b) = Center
println(x.layout) // throws MatchError in BorderPanel.scala:16