Contains extensions to the Java Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.

learn more… | top users | synonyms

0
votes
0answers
30 views

getNextNode() and getPreviousNode() methods in DefaultMutableTreeTableNode class

In my project I'm using getNextNode() and getPreviousNode() methods from org.jdesktop.swingx.treetable.DefaultMutableTreeNode class. Now I'm migrating to newer version of Swingx, so my node have to ...
0
votes
1answer
40 views

How to use the SwingX JXTitledSeparator?

I am trying to use the JXTitledSeparator from SwingX to create a separator with title, like this : Here is the code i am currently using : JXTitledSeparator xTitledSeparator1 = new ...
0
votes
1answer
69 views

Java Swing mouse listener not working

I would need to have a MouseListener active on a SwingX JXDatePicker component, enabling me to perform specific actions when the user clicks on the component. Unfortunately the event is never ...
1
vote
0answers
31 views

JXTitledPanel gradient effect

I'm using the SwingX JXTitledPanel and I'd like to have a gradient effect as shown in the SwingX demo. My current understanding is that it is up to the Look & Feel manager (I'm using Insubstance) ...
1
vote
2answers
157 views

Java Swing JXDatePicker

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 ...
0
votes
0answers
52 views

JXdatepicker : Edit the red cross Color of unselectable Dates

I'm working on JXdatepicker and i can't modify the red color of unselectable dates, I found a subject about it, but it doesn't working "setting the following UIDefaults property ...
0
votes
2answers
28 views

Error while storing jXDatePicker1 Date value in database

I am using swingxLabs' component jXDatePicker1 to pick date in a graphical format and trying to store it in the database made in derby. My code was this: Date date=jXDatePicker1.getDate(); ...
0
votes
1answer
81 views

How can I prevent a JXTreeTable root node from collapsing?

To prevent a JTree node from collapsing, you can use the setExpandedState() method. I dont see a similar method for the SwingX JXTreeTable class, and it seems that JXTreeTable doesnt extend JXTree ...
0
votes
0answers
36 views

Eclipse/Java SwingX Error When Attempting to Add JXPanel Component To The Palette

I am attempting to add some Java SwingX components to an Eclipse project. I downloaded the SwingX Latest Release I also added the downloaded jar to the Java Build Path like this: And then in the ...
0
votes
0answers
63 views

SwingX JXDatePicker getUI failing

I'm trying to replace a current old date picker with a newer version, that uses the SwingX JXDatePicker. Standalone (in eclipse and executing the runnable jar), this runs great, does everything I ...
1
vote
1answer
57 views

Opening JXDatePicker on gaining focus

I am trying to extend JXDatePicker so that it opens up when it gains focus. Have searched for suggest that I understand without success. Is there an elegant way of doing this?
1
vote
0answers
78 views

HighLighting JXTreeTable row

I wwrote the following code to Highlight a row in JXTreeTable , public void treeExpanded(TreeExpansionEvent te) { final HighlightPredicate myPredicate = new HighlightPredicate() { ...
0
votes
0answers
36 views

JXMultiSplitPane set divider position

The bottom button adds a new row of buttons to the top panel. Now, if the top divider is moved then floatingDividers is set to false and even if a new row appears and the preferred size changes the ...
1
vote
0answers
51 views

Column span with most recent JXTreeTable?

I'm trying to have a particular cell span several columns, like this I can't figure it out though, the forum I found that image has some code that doesn't work due to their being random variables I ...
1
vote
0answers
53 views

JXTableHeader resetSortOrder on Shift + click

I use JXTable and JXTableHeader to display sortable tables. JXTableHeader supported a way to reset sort order, by holding down shift and left clicking on the headers at the same time. The problem is ...
1
vote
1answer
85 views

How to clear the JXDatePicker field

I am developing a simple desktop application with Java and NetBeans 7 I have a textfield and a textarea as well as a jxdatepicker I have a CLEAR button that is suppose to clear the fields when needed ...
0
votes
0answers
80 views

Trimming the JXDatePicker in Java Swingx

I am using the Swingx JXDatePicker to enable date selection in a java application with NEtBeans. I just need the date but anytime the date is selected from the calender button, I get the date and ...
1
vote
2answers
103 views

Choosing a file in-pane with Swing

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 popup ...
0
votes
0answers
104 views

Example of TreeTableModel and TreeTableNode

Despite my googling I have yet to find an example implementation of a TreeTableModel and a TreeTableNode. I'm trying to implement a JXTreeTable and am not really sure what to do.
0
votes
0answers
110 views

How to use DefaultTableModel as table model on JXTable?

As my title says. My program gathers data from a database and passes them to the table. database rows goes into Object[][] data then column names on String[] coltitle then my the table model goes ...
2
votes
1answer
98 views

Variable Size Rows in JXTreeTable

Is it possible to have variable size rows in JXTreeTable, if yes then how ? , I'm trying to change the height of the row on TreeExpansionEvent (As shown below) : public void ...
0
votes
1answer
74 views

Swing Painting Issue

I have some problems with swing painting. My following UI (take a look at the next picture) has a JTextField on the left side, which has the possibility to show autocompletion hints. On the right ...
0
votes
0answers
273 views

implementing JXTreeTable

I'm trying to understand JXTreeTable , for that i referred one site for simple JXTreeTable implementation : Below is the modified code (that i picked it from one site) import java.awt.BorderLayout; ...
3
votes
1answer
78 views

How to change the bg color of JXTaskPaneContainer

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); ...
-1
votes
1answer
353 views

Add SwingX Pallete in Netbeans 7.2

I am working with netbeans 7.2 and want to install swingX.I have install swingX 1.6.2 but its not working. Thanking You.
1
vote
0answers
52 views

Orient a JXTreeTable from bottom to top

is there any way to orient a JXTreeTable from bottom to top? By this I mean that instead of the default layout like so: Node 0 |- Node 0/Column 0 Node 0/Column 1 Node 1 |- Node ...
0
votes
1answer
96 views

Slow response from autocomplete

I have applied an auto-complete functionality to two textFields. For this I used AutocompleteDecorator. I have observed it slowing down to the point where I am unable to even enter a single ...
0
votes
0answers
185 views

How to select parent and all subnodes in JXTreeTable?

I need to select rows in JXTreeTable for clicked parent and all of its subnodes. In older Swingx with deprecated JXTreeTable it could be done with TreeSelectionListener. I had listener (mTable is ...
0
votes
1answer
81 views

How to increase size of JXBusyLabel?

I've got the following code: JXBusyLabel label = new JXBusyLabel(); label.setBusy(true); label.setSize(100, 100); frame.add(label); I need a circle indicator of loading, and this code ...
0
votes
2answers
176 views

Swing JTable - Change background color of a row in function of the previous row

I have a swing JXTable and the requirement is that background color must change if a field differs from the previous row. Here is an example : Row 0 : var = 1 -> Background BLUE Row 1 : var = 1 -> ...
0
votes
0answers
24 views

How to change the Subject in an AppClient?

Is there some way for an Application Client to execute the logout() method of the LoginContext's LoginModule object provided by the ApplicationClientContainer, or to access the Subject that has been ...
0
votes
0answers
44 views

AutoCompleteDecorator.Decorate(combo) not working

I have an autocomplete method like this: public void autocomplete(){ try{ Class.forName("org.apache.derby.jdbc.ClientDriver"); Connection conn= ...
1
vote
1answer
246 views

AutoComplete Decorator

I am implementing autocompleteDecorator in a Swing application. My codes are like this. public inventory_purchase() { initComponents(); AutoCompleteDecorator.decorate(this.combo); } public ...
5
votes
1answer
214 views

How to highlight every other row in JTable with swingx 1.6

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 AlternateRowHighlighter( ...
1
vote
1answer
36 views

Do SwingX components have translation for Arabic, Russian or Greek languages?

I'm using a JXTable that contains a search functionality when I press CTRL+F. If I have my locale defined to English or French, the default text of this search window is automatically translated to ...
0
votes
1answer
65 views

Add panel dynamicly

I have in my form JList component, and I want when user select item from JList to add a new panel on existing JLayeredPanel with item's name. There is my panel: package forme; /** * * @author ...
0
votes
1answer
62 views

Jxcollapsible pane not collapsing

I am trying to collapse the JXCollapsiblePane by setting the JXCollapsiblePane.setCollapsed(true). But it doesn't seem to work.. What can be a possible reason?
1
vote
1answer
98 views

Hide a column in JXTable?

I'm using a JXTable and I want to programmatically hide a column. Is there any convenient methode to do this (without setting miniman/maximal/preferd width) ? Thanks.
1
vote
1answer
98 views

SortController: how to use a dynamic filter

The JXTable from the SwingX project has a method to set a RowFilter directly on the JXTable (see JXTable#setRowFilter). It is unclear to me what you need to do when the filter implementation is ...
1
vote
2answers
66 views

Two JXTables with same custom model - How to make cells editable in one table but non-editable in the second?

I have a custom table model whose data I want to edit in one JXTable, but view-only in a second JXTable. Can this be done without having two separate models? Is there some way of overriding ...
0
votes
0answers
81 views

Extending JXDatePicker for Time JComboBoxes

So I'm trying to extend the JXDatePicker to include a Time element. I have replaced the link panel at the bottom of the JXDatePicker pane with a couple of labels and a couple of drop down boxes ...
1
vote
2answers
481 views

Disabling dates in a JXDatePicker/JXMonthView

A program I'm writing allows users to click a date on a JXDatePicker to set the date a task has been completed. I would like to disable the selection of future dates in the JXDatePicker, since in my ...
1
vote
2answers
283 views

The Auto Completion For JTable Using J2s [Auto complete ComboBox] Not Working

With refrence To The Question! By abg and answer By mKorBel. And Using J2s Auto Complete Combo Box! The Code in the Answer By mKorBel For My Case Is Not Working When I use Item Class instead of ...
0
votes
1answer
149 views

Implementing clolored free-hand lines with SWING

Hy! I want to draw free lines in a JFrame. I implemented it in a class which extends JPanel. Its definition looks like this: public class Draw extends JPanel implements MouseMotionListener, ...
3
votes
1answer
247 views

How do I know if an item of an auto-complete decorated JComboBox is mouse clicked?

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 ...
0
votes
1answer
131 views

JXTable - how to update highlighters on sorting the table

I have a JXTable with custom table model. I added 2 ColorHighlighter's with custom HighlightPredicate's. Problem is when i click on the column header, the table sorts the rows, BUT the highlighter's ...
1
vote
1answer
1k views

JXTreeTable Editable Example?

Is there any working example for Editable JxTreeTable.. I did tried some methods. But no luck... Only first column is editable. How can I make all columns editable? Sorry guys, Here is my src ...
0
votes
1answer
120 views

Find and remove a JXTaskpane from a JXTaskPaneContainer

I have a model view controller application. The view contains a JXTaskContainer with several JXTaskPane. The JXTaskPane has a delete button that will remove it from the container. How can I find the ...
1
vote
1answer
105 views

multiple instances of Swingbuilder?

I'm a little late to the Groovy party (like most other parties) and the documentation I've been able to find online about SwingBuilder is somewhat limited. I am trying to build a gaming application ...
0
votes
2answers
100 views

Why JSrollPane does not work when containing a JXPanel?

I made a really simple test case: I have a global containing panel with a BorderLayout (panel1) This global panel contains a JScrollPane (scroll1) This JScrollPane contains a panel with a BoxLayout ...

1 2 3 4 5