jide-oss icon indicating copy to clipboard operation
jide-oss copied to clipboard

JIDE Common Layer

Results 22 jide-oss issues
Sort by recently updated
recently updated
newest added

If I run my application with java web start on Oracle JDK10, I got the following exception (Meta L&F) when a CheckBoxTree is displayed: ``` java.lang.IllegalAccessError: superclass access check failed:...

Hello, the latest version of jide-oss fails to build from source with OpenJDK 10. OpenJDK 9 is end-of-life now. I'm hereby forwarding Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/libjide-oss-java/+bug/1766131 [javac] //libjide-oss-java-3.7.2+dfsg/src/com/jidesoft/plaf/LookAndFeelFactory.java:29: error: package com.sun.java.swing.plaf.windows...

We use a customized treemodel that implements `TreeModel` that does not work with `TreeNode `objects. If we used the TreeModel constructor, everthing works fine: `cbtMain = new CheckBoxTree(new PositionenTreeModel(angebot, AngebotPosition.all(angebot)));`...

I missing OpenSource Demos or Examples for this library. The mentioned demo framework can not be used. All demo files have a header like `/*` ` * @(#)xxx.java` ` *`...

`com/jidesoft/plaf/basic/folderChooser.properties` contains the following entry: ``` FolderChooser.delete.message2=Are you sure you want to permanently delete these {0} items? ``` This is used from some manual-pluralisation code: ``` if (selection.size() > 1)...

The position of the popup of a JideTabbedPane with the list of all tabs is wrong when you work on a second screen that extends the desktop to the left...

An Arabic user noticed that the tab close buttons were on the left of the tabs, but thought they should be on the right. I'm not sure whether the user...

On macOS, the ResizableFrame refuses to let the frame be resized to within roughly 20 pixels of the bottom of the screen. Here's repro code (it creates a ridiculously oversized...

None of your demos have context menus showing the standard Cut/Copy/Paste/Select All menus and functionality.

checkboxtree 三态状态有问题,当有两个以上节点时,选择其中一个父级就会全选。而demo是正确的,但是无论怎么设置属性,引用 的maven的包的版本都是错的