swingx
How to add SwingX palette in Window Builder?
I am using Windows Builder Pro in my Eclipse Helios. In NetBeans I know how to add SwingX palette. How can I add SwingX palette in Windows Builder?开发者_Go百科If you right click on an entry in the pa[详细]
2023-03-10 04:29 分类:问答JXMultiSplitPane causes repaint during slider adjustment?
I seem to be getting frequent repaint requests during adjustment of the splitter in JXMultiSplitPane. (see program below)[详细]
2023-03-09 06:03 分类:问答JXTable with DefaultTableCellrenderer and alternate striping highlighter
I updated to SwingX-1.6.2 but found problems that didn\'t appear in 1.6. The colors of the JXTable cells looks odd. I use a highlighter with an alternate striping (HighlighterFactory.createAlternateSt[详细]
2023-03-08 15:01 分类:问答Sorting JXTable with SwingX
I am using JXTable which is from SwingX components. If I use setSortable(boolean flag) method then it will enable or disable sor开发者_如何转开发ting for all columns.[详细]
2023-03-07 05:33 分类:问答Problem with substance look and feel
I have downloaded the recent library by substance and i have downloaded the addons also for supporting SwingX components. I am still getting the following error when i run my application[详细]
2023-02-28 22:21 分类:问答Java Swing JXTaskPane: how to set bg and border?
I have written the following example code: import org.jdesktop.swingx.*; import javax.swing.*; import java.awt.*;[详细]
2023-02-24 02:11 分类:问答NetBeans - how to move Panel to new file (code too large)
Technologies: NetBeans 6.9.1, SwingX 1.6.2 I have a JFrame with many JXPanels (with many other components on them). initComponents() method is guarded 开发者_C百科by NetBeans (for GUI sync reasons, I[详细]
2023-02-17 21:31 分类:问答Is there a way to call JXTable.packAll() in a way that does not lock up the swing thread?
I am displaying lots of data in JXTable from the SwingX project.After loading the data, I call packAll() on the table but with 200 hundred columns and 30,000 records it might take 5 seconds or more.I\[详细]
2023-02-17 07:06 分类:问答SwingX JXTable Boolean column have different color on highlight
I have a little problem with SwingX Components. In my Application I’m using a JXTable and on the table I register a MouseOver ColorHighlighter.The model of the table defines two columns; a String co[详细]
2023-02-16 22:58 分类:问答Is there a JTreeTable implementation that allows variable row height
I have been searching for a little while on this one.I need a JTreeTable that supports variable row height.Specifically, I want the rows that show the top level nodes to be tal开发者_如何学Goler than[详细]
2023-02-10 19:14 分类:问答