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
8
votes
3 answers

Looking for a feedback on JIDE

I'm about to start development of fairly large java based desktop application. After looking at JIDE components and frameworks, it seems to be a good solution at a glance. I'd like to hear from those who used those products. How reliable are they?…
Dima
  • 4,068
  • 4
  • 38
  • 47
6
votes
3 answers

How to indicate that a JComboBox is loading values?

I have a JComboBox whose values are retrieved across the net. I'm looking for a way to indicate that fact to the user, when the user wants to see the list, expands the drop down, and only then the data is being retrieved. The basic requirements…
Asaf
  • 2,480
  • 4
  • 25
  • 33
5
votes
0 answers

How to use the same field several times in Jide Pivot Table?

I found, that I can use each field only once in Jide Table. For example, if I counted mean over some field I am unable to count sum over the same field. Is it possible to overcome? UPDATE Here is an example of Jide PivotTable with field panel opened…
Dims
  • 47,675
  • 117
  • 331
  • 600
3
votes
3 answers

synchronize view of two JTable

I have two JTables one in main viewport and one in footer viewport, using JideScrollPane. the problem is when the main JTable's view is customized, the footer JTable remains the same, is there any way to synchronize their view? thanks.
Ramin
  • 474
  • 6
  • 22
2
votes
1 answer

How to show tree lines in second column in a TreeTable

I am using TreeTable (com.jidesoft.grid, see TreeTable) to display hierarchical data, which uses a special cell renderer on the first column to paint +/- icon as well as tree line. So, a typical View appears as following: | Column1 | Column2 …
abksrv
  • 1,347
  • 1
  • 15
  • 34
2
votes
1 answer

How to use a custom layout with JIDE Dashboard

I am using Jidesoft's Dashboard framework to create a dashboard and some widgets. The problem I'm running into right now is the layout of the dashboard. I would like the user to be able to drag and drop a widget anywhere in the dashboard and not in…
BJ Dela Cruz
  • 5,194
  • 13
  • 51
  • 84
2
votes
1 answer

Why my color theme change when I change java 8 version (from 8u45 to 8u171)?

I have an application that I can launch with two differents versions of java: with 8u45, my application get shade of blue with 8u171, my application get shade of white I checked the lookandfile init in the application but it doesn't seem to…
Gabriel D
  • 23
  • 5
2
votes
1 answer

Small Gap between Table and ScrollPane Border Java Swing

I'm trying To insert a JTable into a JScrollPane and I see a small gap between the borders of the table and the scroll Pane.And on the left side the table looks to be aligned to extreme left.Can someone please help me fix this.? Removing…
Saikiran
  • 67
  • 1
  • 8
2
votes
1 answer

java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 in Jidesoft DocumentPane

Edit3: This one does not duplicate general "I have indexoutofboundsexception in my code" questions because, as clearly stated in the answer, it was a bug in a widely used third-party library jide-common, confirmed by developers, there's a link…
2
votes
1 answer

How to customise JIDE grids in Matlab

I am using JIDE grids for loading huge data tables in a uitable format. My main reason for using JIDE grid was to have a working filtering and sorting ability. There are filter/sorters available out there which can be hooked with old uitable and are…
Amit
  • 185
  • 15
2
votes
3 answers

JideFX validators don't work

Am newbie with javafx. Want create simple form with out-of-the-box validation. As library have chosen JideFX. Tried repeat showcase (which is poor for my taste) - http://www.jidesoft.com/jidefx/JideFX_Validation_Developer_Guide.pdf. Have…
Gregory
  • 413
  • 5
  • 16
2
votes
1 answer

NoClassDefFoundError: Could not initialize class com.jidesoft.swing.JideSwingUtilities

Im working on my old project at the moment using jide libraries, I used netbeans as my IDE, it works fine when I was working with it in Windows 7 a year ago. Currently I'm using OS X Mavericks and using netbeans 7.2.1, when I try to drag the…
Paul Deldacan
  • 111
  • 3
  • 6
2
votes
1 answer

Best Practice for Cell Editing (Single-Click or Double-Click) in Table in Swing

I want to ask some questions regarding editing cell in a table. Currently my practices of doing cell editing in a table is by double-clicking the cell to make the cell editable for text input. For the single-clicking, it will select the row instead.…
blurbs
  • 23
  • 3
1
vote
2 answers

Custom sorting of SortableTable

I fix project which uses jide SortableTable. If table contains data only in English, then sorting works just fine. In case data is in mixed western European languages, sorting fails. If i sort the data collections using Collator with strength…
YuriR
  • 1,251
  • 3
  • 14
  • 26
1
vote
0 answers

Unable to open my jnlp file on open web start using JVM 1.17 but I am able to open same with JVM 1.8

While I am trying to open my jnlp file using on open web start using JVM 1.17, I am getting the following errors but it is opening fine with JVM 1.8. net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. The…
Noob Coder
  • 11
  • 2
1
2 3 4