Questions tagged [jide]

Jide is a Swing component library developed by Jide Software. It has an open source part called "Jide common layer" licensed under the GPL with classpath exception and several commercial component collections.

Jide is a Swing component library developed by Jide Software. It has an open source part called "Jide common layer" licensed under the GPL with classpath exception and several commercial component collections.

57 questions
0
votes
1 answer

Ok and cancel button handle in Jide CheckBoxListComboBox

I would like to listen to events when clicked on Ok and Cancel buttons in CheckBoxListComboBox Does any one know how to register for events on Ok and Cancel buttons? If the events registration is not possible, can we override the Ok and cancel…
0
votes
0 answers

How To make an icon appearing on hovering a Node in TreeTable using Jide

It would be helpful to know while using TreeTable from JideTable. How to make a label or button appearing on the tree nodes only if the mouse is hovered?
randxy
  • 103
  • 1
  • 4
  • 19
0
votes
0 answers

CheckBoxTreeSelectionModel setSelectionPaths take long time

I have a panel that contains a checkboxTree , I populate the tree when open the panel , the problem is when i have to much items to be selected in the checkboxtree (about 4000) the panel take a long time to open . this is my…
0
votes
1 answer

JVM Heap Dump Analysis point to sun.awt.windows.WToolkit?

I am analyzing memory leak in our application. After some investigation using Eclipse Memory Analyzer I recognized that the root which 'keeps' all references is ` sun.awt.windows.WToolkit And now I don't know how to interprate this result. I…
0
votes
1 answer

JTable not updating from a SwingWorker thread

I currently have a JTable that is populated with a series of data that forms the basis of a import screen. When I have finished selecting which updates I want or do not want, I press on the Apply button and the updates are applied successfully but…
Ocracoke
  • 1,718
  • 3
  • 24
  • 38
0
votes
1 answer

Signing JARs WebStart

I use Java version 1.6.0_19 and created a version of spring-richclient-jideoss-1.1.1_XXXX. Then a generate a JNLP but when I download the JNLP and I get the error, spring-richclient-jideoss-1.1.1_XXXX is not signer This error depends the Java…
0
votes
0 answers

Avoiding duplicate row selection in JTable

I need to avoid duplicate row selection in JTable. If previously selected row is selected again, I don't want to fire mouseevent or need some API which can tell me if it is a duplicate row selection. I can maintain indexes for previously selected…
niteen22
  • 351
  • 3
  • 13
0
votes
0 answers

Swing, AWT-EventQueue locked

In my swing application the whole application is hanging when invoking click at one of the nodes (only one). I used jconsole to investigate the problem a little bit more and what I see when invoking this "hanging event" in AWT-EventQueue-1…
Łukasz Rzeszotarski
  • 5,791
  • 6
  • 37
  • 68
0
votes
1 answer

Remove Rows in JIDE - Group Table

I’m using jidesoft.grid.DefaultGroupTableModel class wrapping swing.table.DefaultTableModel . Problem is When I’m trying to remove a grouped row (DefaultGroupRow ) using the method jidesoft.grid.DefaultGroupTableModel.removeRow(row index) …
-1
votes
1 answer

Java Swing/ JIDE renderer

I wanted to paint a render for stock ticks based on the previous value : public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) { Object o1 =…
-2
votes
1 answer

Working with JCheckbox with JTable in java Swing

I am using Sortable table from http://www.jidesoft.com/. Due to a requirement we need to use only this one. We need to highlight and get count of rows when user select checkbox which is rendering as part of JTable. My UI (My original UI is differ…
-2
votes
1 answer

Having tool tip set for multiple Y axis in Jide charts

I have multiple Y axis and when I show the tool tip it takes by default only for the left sided Y axis, but I want the chart to show on the right Y axis. How can I achieve that? I am using Bar char of JIDE framework.
bshah
  • 49
  • 1
  • 10
1 2 3
4