Tagged Questions
The jspinner tag has no wiki summary.
12
votes
6answers
344 views
How to rendering fraction in Swing JComponents
Basically Swing JComponents are able to display numbers in fractions in this form 2 2/3. How can I paint fraction in the nicest form, for example 2⅔?
.
EDIT
.
as see I have only one way JTable ...
9
votes
2answers
946 views
Setting Time Format for jspinner in swings
I am working in a java swing application. In that application i have to take time input from user.
I need to make a JSpinner for the time, only in the hh:mm am/pm format. i searched in properties but ...
5
votes
3answers
605 views
JSpinner.DateEditor must include year even though start and end is the same year
I have a JSpinner using a SpinnerDateModel which has a start at Jan 1, 2010 00:00:00.000 the end date is Jan 1, 2010 00:12:34.217. I would like my JSpinner.DateEditor to use the format HH:mm:ss.SSS ...
4
votes
2answers
92 views
Java: how do I make JSpinner show value with some offset
In my application some values internally have their range from 0. But user should see this range starting from 1. I thought it would be appropriate to move this offseting stuff into presentation. In ...
4
votes
3answers
2k views
JSpinner Value change Events
How to make the update immediately when the jSpinner value was changed.
ChangeListener listener = new ChangeListener() {
public void stateChanged(ChangeEvent e) {
jLabel.setText(e.getSource());
...
3
votes
4answers
56 views
Problems using SimpleDateFormat
Apparently, I'm missing something fundamental. I'm having a problem with formatting the value of a jspinner. I've tried a couple different ways and keep receiving an error, didn't keep track of them, ...
3
votes
2answers
64 views
disable int spinner plus (only) button
The code below works great for when the user assigns the total amount of stat points I allocate. However, I would love to only disable the plus button, so they could lower a stat value and then add ...
3
votes
2answers
77 views
JSpinners with shared SpinnerModel
I'm trying to set up multiple JSpinners to edit a single Date value - i.e. one spinner for days, one for months, etc.
It seems like I ought to be able to share a single SpinnerModel between several ...
3
votes
2answers
224 views
How do I disable keyboard and mouse entry for a JSpinner?
When I try to make a JSpinner un-editable by keyboard or mouse like this:
((DefaultEditor) mySpinner.getEditor()).getTextField().setEditable(false);
mySpinner.setEnabled(false);
It disables any ...
3
votes
1answer
400 views
Make JSpinner completely numeric
I've a Jspinner that can vary from minimum to maximum at steps of 0.1. This is working perfectly fine. Now, I set the editor of JSpinner as NumberEditor as the user can edit the textbox and I want ...
3
votes
1answer
1k views
How to set jspinner as non editable?
I am creating time picker using the spinner.In that the text inside the spinner is editable.But i want to set the spinner as non editable.Because is there chance to give invalid value.Can any one help ...
3
votes
1answer
1k views
Getting ENTER to work with a JSpinner the way it does with a JTextField
First, to make my job explaining a bit easier, here's some of my code:
JSpinner spin = new JSpinner( );
JFormattedTextField text = getTextField( spin );
text.addActionListener( new ...
2
votes
1answer
59 views
Odd SpinnerNumberModel behavior in Java
I'm trying to setup a JSpinner using a SpinnerNumberModel with value = 0.0005, min = 0.0, max = 1.0, and step size = 0.0005. However, when I create a spinner with these parameters I observe very ...
2
votes
1answer
32 views
Removing delimiter from JSpinner
I'm using a JSpinner for displaying years. Currently the JSpinner displays values above 1000 with a delimiter. 1990 gets to 1.990.
I'm trying to set a custom NumberEditor to the JSpinner:
...
2
votes
1answer
110 views
Is it possible to change the background of a jspinner using the nimbus laf?
I'm fairly confident that I have done my research before coming to you for help, but it's possible I have overlooked something.
I'm writing a java UI using the Nimbus l-a-f. I wish to change the ...
2
votes
1answer
90 views
Disabling digit grouping in a JSpinner
I needed a widget to select a TCP/UDP port, so I wrote the following:
public static JSpinner makePortSpinner()
{
final JSpinner spinner = new JSpinner(
new SpinnerNumberModel( ...
2
votes
1answer
320 views
Java JSpinner Prevent Letter Insertion
A JSpinner is used to store a number in my application (with a SpinnerNumberModel).
As expected, the spinner doesn't allow invalid characters (letters, symbols, etc.) to be stored. However, those ...
2
votes
5answers
891 views
Java Swing - Problem in JSpinner
I am developing a Java Desktop Application and designing the GUI with the help of Netbeans Swing GUI builder.
I want to use a JSpinner in my app. I have dragged and dropped it to a JPanel. Now, I ...
2
votes
2answers
575 views
Zero-padding a spinner in Java
How do you add zero padding to a JSpinner?
Since the spinner creates the JFormattedTextField itself, I can't just pass the format into the JFormattedTextField constructor.
Isn't there a way to set the ...
1
vote
2answers
125 views
Java Swing - Create a margins editor component like the one in Microsoft word
I have a Java Swing application that i want to create a nice component in it like a component in Microsoft word. In Microsoft word you can change the margins of your document like in here :
The ...
1
vote
1answer
98 views
Weird JSpinner behaviour
I encountered the weirdest behaviour of swings JSpinner.
The spinner looks like this (the component in the middle is the spinner):
As you notice, it has no text and no buttons and it behaves like ...
1
vote
3answers
136 views
A JSpinner with min and max buttons
I'm looking for a JSpinner-like component that would provide built-in buttons that would immediately set the spinner value to the minimum or the maximum of the jspinner model. Before implementing this ...
1
vote
2answers
939 views
Java KeyListener not firing on JSpinner
have tried a few different approaches to this but with no success so far. Just wondered if I'm missing anything. I have a JSpinner which is a component of a DateSelector widget alongside a Calendar. I ...
1
vote
2answers
686 views
Use JSpinner like JTable cell editor
i'm using a JSpinner like a table cell editor, i have one annoying problem:
The cell remains in NON-editable mode until i click into it, for NON-editable i mean that i can't write into it(it has ...
1
vote
1answer
606 views
JSpinner SpinnerDateModel question
I'm trying to create a JSpinner to enable the user to pick a Date. I want there to be a lower date limit and an upper date limit. I also want the initial value to be the lower date limit. ...
1
vote
1answer
225 views
Java JSpinner Looks Ugly
GUI
i am trying to use JSpinner but as you can see from the attached image that it looks bad.
i am on windows 7. i was wondering if anyone knows how to make it look good?
just for clarity. bad ...
1
vote
1answer
752 views
JSpinner Date Editor in Buddhist Calendar
Is there a way to use JSpinner.DateEditor with a Buddhist Calendar? When I change my locale to "th", "TH" and recreate my calendars they are indeed Buddhist Calendars. However, the JSpinners are not ...
0
votes
1answer
55 views
Remove comma from jspinner
Is there anyway to remove the comma from the Jspinner, i'm trying to use it as input for the year but it displays 2011 as 2,011. thanks for the help.
0
votes
1answer
39 views
proper way to create multiple similiar buttons/panels
I have the below Code which I tried to do, but it only shows(the minus/plus button) on the last GridLayout (Intelligence stat):
JButton plusButton = new JButton("+");
JButton minusButton = new ...
0
votes
2answers
123 views
JSpinner without negative values
I'm building a small application in netbeans,i use a JSpinner component to set the quantity of a product,but i want to get only positive values.How can set the spinner to change only into positive ...
0
votes
1answer
54 views
Specify spinner while loading content with Rails UJS
I'm using Rails UJS to load partials into a container depending on the link I click. I've got everything working (see my answer to my question here for code) but I'd like to add a spinner while the ...
0
votes
1answer
126 views
Detecting JSpinner button events
I need to create some JSpinner controls where I can detect the button presses, whilst using the current look and feel. I have found I can do this easily enough as follows:
class CustomSpinnerUI ...
0
votes
2answers
98 views
Java lookandfeels that work with SpinnerDateModel
I have a DateSpinner that uses a SpinnerDateModel, and I need the spinner increment to be the day of the month. This is how I initialize it:
new JSpinner(new SpinnerDateModel(new Date(), null, null, ...
0
votes
1answer
280 views
JSpinner exclusively for time
I am using a JSpinner to input time; however when I use the getValue method I obtain the time on January 1st 1970, as that is the default date start. How can I get the time, and time alone? I am not ...
0
votes
1answer
317 views
Is it possible to disable a JSpinner down arrow button? How?
I have a JSpinner wich starts at 0 and when its value is 0, its down arrow button should be disabled so the value does not change. Does anyone knows how to disable a button in a JSpinner?
Thanks
0
votes
1answer
237 views
JSpinner Update
I creates a dataTable and cellEditor form one column. This column is simple jSpinner. I have the following problem. When I enter some value in the spinner and select the another row, the value in the ...
0
votes
0answers
375 views
Formatting initial values with JSpinner
I want to change the default decimal format for a JSpinner, specifying a number of decimal places but leaving other formatting locale specific.
But if I do this
@Test public void fails() {
...
0
votes
0answers
365 views
Suggestions for making a 12-hour/24-hour alarm clock using Spinners?
I have 3 JSpinners, one for hours, one for minutes, one for seconds. The minutes and seconds have a max of 60 and a min of -1 and the hours one has a min of -1 and a max of 24. If the second one hits ...
0
votes
1answer
72 views
StackOverFlowError and Values equalling crazy numbers
I have this code:
Integer it = (Integer)(strengthSpinner.getValue());
The value of the spinner there is equal to:
SpinnerModel one = new SpinnerNumberModel(10, 10, 99, 1);
Every time the source ...
0
votes
2answers
511 views
How do I know if increment/decrement on JSpinner is pressed?
I have a few JSpinners and they are numeric values starting at 10 and can be incremented until 99.
In my program the user has 15 points to disperse evenly across 6 skills. Every JSpinner has an ...
0
votes
1answer
778 views
JSpinner editor locale
I'm creating a JSpinner and setting a NumberEditor with a custom format.
But no matter what I do the format uses "." instead of ",", not according to my locale (pt_BR).
priceSpinner = new ...
0
votes
2answers
504 views
Custom JSpinner
I have created the following class that extends JSpinner to iterate over dd/mm/yyy values.
public class DateSpinner extends JSpinner{
Calendar calendar = new GregorianCalendar();
public ...
0
votes
1answer
275 views
How to undo changes on JSpinner?
I need to validate the user input of a JSpinner, and if invalid, I need to undo (rollback) the value change. What is the best way to do it?