- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
ScalaSwing
Mon, 2011-04-11, 14:27
I want use scala.swing.Table using javax.swing.table.TableModel.
the constructors are:
new Table (rows: Int, columns: Int)
new Table (rowData: Array[Array[Any]], columnNames: Seq[_])
new Table ()
I suppose that i need to use new Table() and then set TableModel on
it.
Rights?
TNX all
Olindo
Tue, 2011-04-12, 14:47
#2
Re: ScalaSwing
THX,
It works
On 11 Apr, 16:42, Goddard Jiri wrote:
> Yes, it looks like.
>
> new Table(100, 5) {
> . . .
> model = new javax.swing.table.TableModel
>
> }
>
> jiri
>
>
>
>
>
>
>
>
>
> On Mon, Apr 11, 2011 at 3:27 PM, Olindo Pindaro wrote:
> > I want use scala.swing.Table using javax.swing.table.TableModel.
>
> > the constructors are:
> > new Table (rows: Int, columns: Int)
> > new Table (rowData: Array[Array[Any]], columnNames: Seq[_])
> > new Table ()
>
> > I suppose that i need to use new Table() and then set TableModel on
> > it.
>
> > Rights?
>
> > TNX all
> > Olindo
>
> --
> web:http://www.dredwerkz.cz
> group:http://groups.google.com/group/dr3dwerkz
> music:http://profile.ultimate-guitar.com/g0dd4rd/
> twitter:http://twitter.com/#!/g0dd4rd
> profile:http://www.google.com/profiles/g0dd4rd
> icq: 218 659 431
Thu, 2011-12-01, 07:07
#3
swing
Hello,I saw this presentation http://vimeo.com/13900342 about Scala and Swing. However, I cannot find it anywhere in Internet. How far is the project and where can I download it or is there anything better available?
Thank you in advance.
Thank you in advance.
Thu, 2011-12-01, 10:27
#4
Re: swing
Scala swing is part of the Scala project. Some doc is available in the source tree: https://github.com/scala/scala/tree/master/src/swing/doc
I have never used it, so I cannot say more about it.
HTH,Luc
I have never used it, so I cannot say more about it.
HTH,Luc
Thu, 2011-12-01, 14:07
#5
Re: swing
It's part of scala, so just do
import scala.swing._
I think this is the best set of examples out there:https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/test
best,Miguel Negrão
import scala.swing._
I think this is the best set of examples out there:https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/test
best,Miguel Negrão
Fri, 2011-12-02, 00:27
#6
Re: Re: swing
Thank you for the links. In the same talk ( http://vimeo.com/13900342 ) at the end of the talk a guy mention that there are third party swing parts which in his opinion very good are. Which third libraries did he mean?
Thank you in advance.
On Thu, Dec 1, 2011 at 10:57 PM, Miguel Negrão <miguel.negrao-lists@friendlyvirus.org> wrote:
Thank you in advance.
On Thu, Dec 1, 2011 at 10:57 PM, Miguel Negrão <miguel.negrao-lists@friendlyvirus.org> wrote:
It's part of scala, so just do
import scala.swing._
I think this is the best set of examples out there: https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/test
best,Miguel Negrão
Fri, 2011-12-02, 01:47
#7
Re: Re: swing
Hi Mic,
I can't remember who said what in the talk, but JGoodies, MiGLayout, Glazed Lists, and Substance L&F are all popular, high quality add-ons for Swing.
The Swing Application Framework and the data-binding JSR were once interesting, but I haven't heard much about them since the JSR got thrown out.
Thank you for the links. In the same talk ( http://vimeo.com/13900342 ) at the end of the talk a guy mention that there are third party swing parts which in his opinion very good are. Which third libraries did he mean?
Thank you in advance.
On Thu, Dec 1, 2011 at 10:57 PM, Miguel Negrão <miguel.negrao-lists@friendlyvirus.org> wrote:
It's part of scala, so just do
import scala.swing._
I think this is the best set of examples out there: https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/test
best,Miguel Negrão
Fri, 2011-12-02, 09:37
#8
Re: Re: swing
Hi Ken,
I hope there will be more information on the Scala doc website.
http://docs.scala-lang.org/overviews/
Status at the moment: Swing IN PROGRESS
Luc.
On Fri, Dec 2, 2011 at 01:38, Ken Scambler <ken.scambler@gmail.com> wrote:
I hope there will be more information on the Scala doc website.
http://docs.scala-lang.org/overviews/
Status at the moment: Swing IN PROGRESS
Luc.
On Fri, Dec 2, 2011 at 01:38, Ken Scambler <ken.scambler@gmail.com> wrote:
Hi Mic,
I can't remember who said what in the talk, but JGoodies, MiGLayout, Glazed Lists, and Substance L&F are all popular, high quality add-ons for Swing.The Swing Application Framework and the data-binding JSR were once interesting, but I haven't heard much about them since the JSR got thrown out.
On 02/12/2011 10:18 AM, "Mic" <mictadlo@gmail.com> wrote:
Thank you for the links. In the same talk ( http://vimeo.com/13900342 ) at the end of the talk a guy mention that there are third party swing parts which in his opinion very good are. Which third libraries did he mean?
Thank you in advance.
On Thu, Dec 1, 2011 at 10:57 PM, Miguel Negrão <miguel.negrao-lists@friendlyvirus.org> wrote:
It's part of scala, so just do
import scala.swing._
I think this is the best set of examples out there: https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/test
best,Miguel Negrão
Fri, 2011-12-02, 11:37
#9
Re: Re: swing
Hmmm, good point. Maybe I should roll up my sleeves! :)
On 02/12/2011 7:17 PM, "Luc Evers" <lucevers@gmail.com> wrote:Hi Ken,
I hope there will be more information on the Scala doc website.
http://docs.scala-lang.org/overviews/
Status at the moment: Swing IN PROGRESS
Luc.
On Fri, Dec 2, 2011 at 01:38, Ken Scambler <ken.scambler@gmail.com> wrote:Hi Mic,
I can't remember who said what in the talk, but JGoodies, MiGLayout, Glazed Lists, and Substance L&F are all popular, high quality add-ons for Swing.The Swing Application Framework and the data-binding JSR were once interesting, but I haven't heard much about them since the JSR got thrown out.
On 02/12/2011 10:18 AM, "Mic" <mictadlo@gmail.com> wrote:
Thank you for the links. In the same talk ( http://vimeo.com/13900342 ) at the end of the talk a guy mention that there are third party swing parts which in his opinion very good are. Which third libraries did he mean?
Thank you in advance.
On Thu, Dec 1, 2011 at 10:57 PM, Miguel Negrão <miguel.negrao-lists@friendlyvirus.org> wrote:
It's part of scala, so just do
import scala.swing._
I think this is the best set of examples out there: https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/swing/test
best,Miguel Negrão
Fri, 2011-12-02, 22:07
#10
Re: Re: swing
One can read the SID for it: http://www.scala-lang.org/sid/8.
And that "in progress" is probably what was previously available:
http://ingomaier.blogspot.com/2010/11/scalaswing-package-in-28-and-beyon....
On Fri, Dec 2, 2011 at 06:16, Luc Evers wrote:
> Hi Ken,
>
> I hope there will be more information on the Scala doc website.
>
> http://docs.scala-lang.org/overviews/
>
> Status at the moment: Swing IN PROGRESS
>
>
> Luc.
>
>
> On Fri, Dec 2, 2011 at 01:38, Ken Scambler wrote:
>>
>> Hi Mic,
>> I can't remember who said what in the talk, but JGoodies, MiGLayout,
>> Glazed Lists, and Substance L&F are all popular, high quality add-ons for
>> Swing.
>>
>> The Swing Application Framework and the data-binding JSR were once
>> interesting, but I haven't heard much about them since the JSR got thrown
>> out.
>>
>> On 02/12/2011 10:18 AM, "Mic" wrote:
>>>
>>> Thank you for the links. In the same talk ( http://vimeo.com/13900342 )
>>> at the end of the talk a guy mention that there are third party swing parts
>>> which in his opinion very good are. Which third libraries did he mean?
>>>
>>> Thank you in advance.
>>>
>>>
>>> On Thu, Dec 1, 2011 at 10:57 PM, Miguel Negrão
>>> wrote:
>>>>
>>>> It's part of scala, so just do
>>>>
>>>> import scala.swing._
>>>>
>>>> I think this is the best set of examples out there:
>>>>
>>>> https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk/src/swing/scala/s...
>>>>
>>>> best,
>>>> Miguel Negrão
>>>
>>>
>
new Table(100, 5) {
. . .
model = new javax.swing.table.TableModel
}
jiri
On Mon, Apr 11, 2011 at 3:27 PM, Olindo Pindaro <o.pindaro@gmail.com> wrote:
--
web: http://www.dredwerkz.cz
group: http://groups.google.com/group/dr3dwerkz
music: http://profile.ultimate-guitar.com/g0dd4rd/
twitter: http://twitter.com/#!/g0dd4rd
profile: http://www.google.com/profiles/g0dd4rd
icq: 218 659 431