The Artima Developer Community
Sponsored Link

Java Answers Forum
Exist in Java?

1 reply on 1 page. Most recent reply: Mar 13, 2006 1:13 AM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
patuco s.

Posts: 12
Nickname: patuco
Registered: Feb, 2006

Exist in Java? Posted: Mar 10, 2006 8:22 AM
Reply to this message Reply
Advertisement
Hi everyone,
i am developing an app in which i have to modify the value of a JTextField, but only adding or substracting value, i mean, it is a text field which shows a float and i have to implement the possibility to change it. I have added a button close to it with the text "Modify value" but as auxiliar solution. I was wondering if java allows or implements textfields/buttons like in C++ (I used to work with the Borland Builder) which includes two arrows in horizontal position (up/down direction) letting the user to click them and adding / substracting some amount to the value in the textfield. Does anyone know if are in java this kind of buttons implemented or are possible to implement? Thanks


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: Exist in Java? Posted: Mar 13, 2006 1:13 AM
Reply to this message Reply
I think you mean JSpinner

Flat View: This topic has 1 reply on 1 page
Topic: How to make an internal frame unmovable? Previous Topic   Next Topic Topic: need your help

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use