scala-swing
How to set only the preferred width of Panel with flow layout?
I have a panel with flow layout, and it can contai开发者_StackOverflown a variable number of items - from 1 to 2000. I want to put it inside a scroll pane, scrollable in vertical direction, and with f[详细]
2023-04-10 20:15 分类:问答JInternalFrame with scala.swing
scala swing looks interesting, but somehow it is incomplete, and sometimes I still need to use the old java classes, but I have no clue how I have to wrap them correctly.[详细]
2023-03-08 13:08 分类:问答In scala.swing, how do I remove a component from a Container?
In sca开发者_如何转开发la.swing, I can add a component to a container like so: new Frame { contents += label[详细]
2023-02-28 18:42 分类:问答Multi-lined Label in Scala
Short question, hopefully simple solution: I\'ve got my own renderer for a ListView, nothing too fancy, it just connects a 开发者_StackOverflow中文版Label and and Icon. My questions is, so far, the L[详细]
2023-02-08 08:51 分类:问答Are there a good examples of using 'scala.swing'? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-31 17:25 分类:问答Scala Swing Components
I have a collection of ComboBox declared as below. val cmbAll = for (i <- 0 to 4) yield new ComboBox(List(\"---\", \"Single\", \"Double\"))[详细]
2023-01-21 08:12 分类:问答Windows Phone 7 Tab Pages (page cycle)
I know.. I know, it\'s only a few hours old. But how the hell do you get the little page tabbing/cycle (forgot what the official name is) on the top of the page under the app title.[详细]
2022-12-23 14:38 分类:问答