File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Scala and the fly likes getting string from textarea in scala Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Scala
Reply Bookmark "getting string from textarea in scala" Watch "getting string from textarea in scala" New topic
Author

getting string from textarea in scala

phillip nash
Greenhorn

Joined: Feb 08, 2011
Posts: 16
Hello all!

I'm starting out learning how to use scala, but I'm finding the transition very tricky.

I'm writing a simple application where I enter text in a TextField and when I click "Show" it shows the text within the TextField
within the console.

In java all I need to do was to use ".getText()" to the the text from a JTextField.

How can I do this in scala? Or is it even possible?

Thanks
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2693

Can you provide the code you are trying?


Mohamed Sanaulla | My Blog
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 11642

If it's still a JTextField, then you can do exactly the same in Scala as you did in Java - just call .getText() on it to get the text.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Marimuthu Madasamy
Ranch Hand

Joined: Jun 07, 2007
Posts: 72

If you are using Scala swing's 'TextField' http://www.scala-lang.org/api/current/scala/swing/TextField.html, you can use 'text' method on the TextField to get the text.


- Marimuthu Madasamy
 
 
subject: getting string from textarea in scala
 
Threads others viewed
String to integer??
questions about Process and Runtime()
cant figure this out
How to use hibernate in scala
Scale or Clojure
IntelliJ Java IDE