Sanaware Java Docking 1.4.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Sanaware Java Docking 1.4.0 (Default branch)
# 1  
Old 12-15-2008
Sanaware Java Docking 1.4.0 (Default branch)

Image The Sanaware Java Docking library allows developers to easily manage dynamic dragging of Swing components. Static applications can be turned into flexible environments that users can tune to their needs and preferences. The library provides all the necessary components, ranging from simple draggable buttons in toolbars all the way to multiple floating frames in complex layouts. License: GNU General Public License (GPL) Changes:
CompositeTabDocks are added. With this kind of dock, dockables can be organized in nested tabs. The library can be used in applets. Dock and dockable headers listen to property changes (icon, title, and description) of dockables. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Linux

dual head setup for laptop in docking station

I have a thinkpad laptop which I run in a docking station at work. I have two LCD monitors, unfortunately one is wide screen and the other isn't. I want to get dual head working, but have not been successful. I've verified the setup works in Windows so its not a HW issue. Here is my latest... (0 Replies)
Discussion started by: osulinux
0 Replies

2. UNIX Desktop Questions & Answers

CDE: Docking menu in front panel.

Hi community, Situation: at work I maintain the CDE dtRootMenu for our team. It holds all the different machines, divided in submenu's for development / acceptance / production and within each submenu several defined ssh sessions to said machines. From a centralised server, they push a CDE... (1 Reply)
Discussion started by: spufi
1 Replies
Login or Register to Ask a Question
ABRT-ACTION-ANALYZ(1)						    ABRT Manual 					     ABRT-ACTION-ANALYZ(1)

NAME
abrt-action-analyze-java - Calculate and save UUID & DUPHASH and determine the level of usability for reporting of a Java stack trace. SYNOPSIS
abrt-action-analyze-java [-v] [-d DIR] [-o] [-f FILE] DESCRIPTION
The tool reads the file named backtrace from a problem data directory, processes it and generates a universally unique identifier (UUID). Then it saves this data as new element uuid. It also checks whether the stack trace contains a remote address in any of its frames and if so it creates not-reportable element whose contents explains why the stack trace should not be reported into a bug tracking system. Integration with ABRT events abrt-action-analyze-java can be used to generate the UUID & DUPHAS of a newly saved Java stack trace. EVENT=post-create analyzer=Java abrt-action-analyze-java OPTIONS
-d DIR Path to a problem directory. The tool reads the backtrace from stdin when neither this option nor -f is provided. -f FILE Path to a stack trace. The tool reads the backtrace from stdin when neither this option nor -d is provided. -o Print the result to stdout. -v Be more verbose. Can be given multiple times. AUTHORS
o ABRT team abrt-java-connector 01/19/2014 ABRT-ACTION-ANALYZ(1)