Questions tagged [jgoodies]

The JGoodies Swing Suite provides components and solutions that complement Swing to solve common user interface tasks. It advocates a UI production process that lets you save time and money while ensuring consistent and elegant design.

The JGoodies Swing Suite provides components and solutions that complement Swing to solve common user interface tasks. It advocates a UI production process that lets you save time and money while ensuring consistent and elegant design. More info at http://www.jgoodies.com/products/swing-suite/ .

93 questions
0
votes
1 answer

Does JGoodies binding take up too much time on the EDT?

I am using JGoodies binding for my swing components. I have a demanding realy time display in my program that won't update visually when JGoodies binding is turned on. Is there a way to have the binding not hog the EDT thread?
smuggledPancakes
  • 9,881
  • 20
  • 74
  • 113
0
votes
1 answer

how i bundle my program with JGoodies Extension

i wrote an application with java , and i use JGoodies in my code . when i export jar file , that file doesn't run in another systems . how can i bundle my program with JGoodies jar files ?
Omid Yaghoubi
  • 169
  • 1
  • 9
-1
votes
2 answers

JGoodies... FormLayout

Ok so i am trying to get a 3 JPanel JFrame where right and left panel have a fixed width but are vertically re-sizable and a center panel that can be re-sized both horizontally and vertically. Since standard LayoutManagers are terrible and simply…
Sterling Duchess
  • 1,970
  • 16
  • 51
  • 91
1 2 3 4 5 6
7