Bug 666229

Summary: Review Request: swing-worker - Long running Swing GUI interacting tasks
Product: [Fedora] Fedora Reporter: Ismael Olea <ismael>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: akurtako, fedora-package-review, notting
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-30 15:08:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ismael Olea 2010-12-29 18:16:43 UTC
Spec URL: http://olea.org/tmp/swing-worker.spec
SRPM URL: http://olea.org/tmp/swing-worker-1.2-1.fc15.src.rpm
Description:
SwingWorker is designed for situations where you need to have a long running
task run in a background thread and provide updates to the UI either when
done, or while processing.

This project is a back-port of SwingWorker included into 1.6.

COMMENT: this a new dependency for update OmegaT to 2.2.3

Comment 1 Alexander Kurtakov 2010-12-30 12:12:40 UTC
What's the point in having this package? Why not using openjdk version shich all ready has SwingWorker?

Comment 2 Alexander Kurtakov 2010-12-30 12:17:30 UTC
FWIW, simply removing swing worker jar and everywhere it's mentioned in the build files should work.
Same for activation.jar.

Comment 3 Ismael Olea 2010-12-30 15:08:53 UTC
I'm not a java coder, but reading http://en.wikipedia.org/wiki/SwingWorker now I understand your point.

Thanks! I close this request.