swingx Questions
3
Solved
This post's purpose is to gather in one place all useful info and material needed in order to implement slippy maps in a Swing application using the SwingX-WS library, now that the SwingLabs websit...
Tosh asked 1/12, 2013 at 16:35
4
Solved
Currently I have a JOptionPane. On clicking a button I am executing following line.
JOptionPane.showInputDialog(this,"Enter your message","Messages",2);
It opens a popup with a text box. This te...
Ginoginsberg asked 14/10, 2011 at 9:13
2
I would like to use a jxdatepicker with maskFormatter. I tried
MaskFormatter maskFormatter = new MaskFormatter ("##/##/####");
JFormattedTextField field=new JFormattedTextField (maskFormatter);
j...
Atkins asked 26/4, 2016 at 8:47
2
Solved
I have a JScrollPane whose content pane is a JXList. When I use the mouse wheel on the list, the list steps three (3) items at a time. This also works for a table, regardless of row height. How can...
Eyelet asked 9/7, 2012 at 14:53
10
Problem
Applying filtering on a JTree to avoid certain nodes/leaves to show up in the rendered version of the JTree. Ideally I am looking for a solution which allows to have a dynamic filter...
2
I want to change blue background color to white of taskpanecontainer. I have used below line but nothing is effected by this line.
UIManager.put("TaskPaneContainer.background", Color.LIGHT_GRAY);...
Alveolus asked 4/2, 2013 at 11:29
5
Solved
I'm using SwingX JXDatePicker and I can't figure out how to provide next/previous year buttons (as by default it only provides next/previous month buttons).
Also, it seems that SwingX is not maint...
1
Solved
The class BasicLabelUI in javax/swing/plaf/basic is affected by a confirmed bug.
In my application I need functionality provided by the fixed version (filed for v9).
Due to both legal and technical...
1
The JXTaskPane used in Java Swing has a title bar. There is a expand/shrink button in it. I would like to be able to add my own actions in the titlebar that would appear beside
the expand/shrink bu...
Michey asked 14/12, 2011 at 4:3
2
Solved
I got the JDatePicker working, in my application, but want the date to be formatted as YYYY_MM_DD
Currently the date's format is the default Wed Jul 08 15:17:01 ADT 2015
From this guide there's a c...
1
Solved
I want to use Prefuse to visualise a graph. I followed their tutorial and tried their sample application. Its sourcecode can be found here
However, even if I simply copy the full code, the resulti...
Fertilizer asked 22/5, 2015 at 10:32
2
Solved
When I'm using a JXTable to render and edit my data, some input into the CellEditors gets lost.
If I click on the Resizing-Divider of the JXTable-ColumnHeader or change the width of the JFrame, th...
5
Solved
I am using Java Swingx framework. I have 4 columns in my DefaultTableModel object. I wish to display only 3 of the columns. But, I need all four for computing.
Actual data model
S.No. | ID | GDC ...
Roband asked 30/8, 2012 at 11:34
6
Solved
I have a very big program that is currently using SWT. The program can be run on both Windows, Mac and Linux, and it is a big desktop application with many elements.
Now SWT being somewhat ol...
Inhambane asked 22/5, 2013 at 14:49
3
Solved
I am new to java and have been looking at few tutorials around GIS or geogrpahical GUI java applications.
Many of them mention and seem to require swingx-ws or swing labs componet and classes.
I ...
4
Solved
I want to visualise the geographic map in the swing application. I found only swingx map api.
Do you know other open-source map api?
Battleship asked 7/3, 2011 at 7:16
3
Solved
In fact i know how to implement using CTRL+Z (Undo) and CTRL+Y (Redo) with one JTextField. But i have hundreds of Text Components in my Swing application, so is there a way to apply this for all Te...
2
Solved
I want to use a JComboBox as a cell editor in a JXTreeTable. It works fine with a standard DefaultCellEditor (i.e. with a click count to start equal to 2).
Now I want the column to be editable on ...
Gavrila asked 23/1, 2014 at 13:27
1
Solved
I made this CustomCellRenderer class intended to be used in JXTreeTable and JXTable objects since I have many of these in my project. So this class implements TreeCellRenderer and TableCellRenderer...
Gonzalogoo asked 15/8, 2013 at 13:37
2
Solved
I'm aware (I've looked at the sources ;) ) that sorting on JXTreeTable has been disabled.
However, I would like to allow sorting on all columns based only on the values of the direct children of t...
Bluegill asked 29/2, 2012 at 12:53
2
Solved
I'm writing a GUI in Swing where I want to do a file chooser that is in the main window, looking something like the image below:
while there seem to be quite a few tutorials on how to write a po...
1
Solved
I need to highlight every other row in my JTable. With old version of swingx it could be done like this:
table.setHighlighters(new HighlighterPipeline(new Highlighter[] { new AlternateRowHighlight...
Danaus asked 19/12, 2012 at 9:19
1
Solved
I'm using the SwingX AutoCompleteDecorator for a JComboBox. The autocomplete feature works beautifully...
But I have trouble to identify the moment of the final user selection; to persist my data...
Ostap asked 30/10, 2012 at 11:43
1
Solved
I've been keeping an eye for almost a year on swingx-ws (on SwingX website, via Google and whatnot [1,2, etc.]), to see if version 1.1 eventually made it to become a released milestone (I'm using v...
Dire asked 28/1, 2012 at 3:5
3
as already explained I want to achieve, that when the user is editing a date within a JXDatePicker, he can choose, weather he types it again in the same format, which is by default dd.MM.yyyy or ju...
Neddie asked 27/1, 2012 at 14:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.