swingwt-developers Mailing List for SwingWT (Page 23)
Status: Beta
Brought to you by:
bobintetley
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(21) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(16) |
Feb
(20) |
Mar
(10) |
Apr
(35) |
May
(117) |
Jun
(41) |
Jul
(14) |
Aug
(19) |
Sep
(14) |
Oct
(5) |
Nov
(7) |
Dec
(4) |
2005 |
Jan
(29) |
Feb
(38) |
Mar
(32) |
Apr
(17) |
May
(5) |
Jun
(15) |
Jul
(2) |
Aug
(9) |
Sep
(5) |
Oct
(1) |
Nov
(1) |
Dec
(2) |
2006 |
Jan
|
Feb
(1) |
Mar
(30) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(4) |
2007 |
Jan
(5) |
Feb
(12) |
Mar
(9) |
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
(7) |
Sep
(7) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Tomer B. <tom...@za...> - 2003-12-13 18:31:55
|
i'll start working on the dnd package, unless you think there's something more urgent(?) and one more thing - dont you think we should work directly on the CVS tree, instead of passing the code around in the list? i wanted to do it before, but i've noticed i'm still not registered as a SwingWT's developer.... tomer |
From: Robin_Rawson-Tetley <ro...@ra...> - 2003-12-13 17:46:45
|
Nice job! Just a couple of points: 1. Don't copy/paste the "real" Swing javadoc comments - we don't want legal hot water from Sun, so it has to be ground up :) 2. You didn't merge the interfaces/etc. into the 3 necessary components - JRadioButton, JCheckBox and JButton. I don't blame you however since the hierarchy was wrong and they weren't all descending AbstractButton and implementing the ButtonModel interface (neither were the event models quite right). Anyway - nice work! Thank you very much :-) I've merged in your code, corrected the AbstractButton hierarchy, implemented the correct interfaces and put the ChangeEvent code in, so that should be it complete (code attached). I haven't properly tested it yet, but it seems ok. Rob On Sat, Dec 13, 2003 at 06:00:07PM +0200, Tomer Barletz wrote: > attached the complete source+5 more classes: > 1. swingwtx.swing.ButtonGroup.java - Used to create a multiple-exclusion > scope for a set of buttons. > 2. swingwtx.swing.ButtonModel.java - State Model for buttons. > 3. swingwt.awt.ItemSelectable.java - interface for objects which contain > a set of items for which zero or more can be selected. > 4. swingwtx.swing.event.ChangeListener.java - Defines an object which > listens for ChangeEvents. > 5. swingwtx.swing.event.ChangeEvent.java - Used to notify interested > parties that state has changed in the event source. > > tell me what you think. (its my first submition, so take it easy on me...) > > tomer -- ===================================================== Robin Rawson-Tetley Animal Shelter Manager (http://sheltermanager.sf.net) SwingWT (http://swingwt.sf.net) |
From: Tomer B. <tom...@za...> - 2003-12-13 15:58:31
|
attached the complete source+5 more classes: 1. swingwtx.swing.ButtonGroup.java - Used to create a multiple-exclusion scope for a set of buttons. 2. swingwtx.swing.ButtonModel.java - State Model for buttons. 3. swingwt.awt.ItemSelectable.java - interface for objects which contain a set of items for which zero or more can be selected. 4. swingwtx.swing.event.ChangeListener.java - Defines an object which listens for ChangeEvents. 5. swingwtx.swing.event.ChangeEvent.java - Used to notify interested parties that state has changed in the event source. tell me what you think. (its my first submition, so take it easy on me...) tomer |
From: Robin_Rawson-Tetley <ro...@ra...> - 2003-12-13 14:35:58
|
Good plan - I have some ideas on JFileChooser we can discuss later. You take ButtonGroup and I'll take JTableHeader (I need it for one of my apps anyway). Rob On Sat, Dec 13, 2003 at 04:06:17PM +0200, Tomer Barletz wrote: > i'm starting to work on that class. >=20 > regrading JFileChooser, maybe we should finish the "easier" stuff, and=20 > after we'll finish them, we can arange some kind of developers meeting=20 > (maybe IRC) and i'm sure we'll find a solution for the harder components. >=20 > tomer >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=3D1278&alloc_id=3D3371&op=3Dclick > _______________________________________________ > Swingwt-developers mailing list > Swi...@li... > https://lists.sourceforge.net/lists/listinfo/swingwt-developers --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D Robin Rawson-Tetley Animal Shelter Manager (http://sheltermanager.sf.net) SwingWT (http://swingwt.sf.net) |
From: Tomer B. <tom...@za...> - 2003-12-13 14:04:43
|
i'm starting to work on that class. regrading JFileChooser, maybe we should finish the "easier" stuff, and after we'll finish them, we can arange some kind of developers meeting (maybe IRC) and i'm sure we'll find a solution for the harder components. tomer |
From: Robin_Rawson-Tetley <ro...@ra...> - 2003-12-13 11:51:47
|
Hi, Current outstanding jobs: swingwtx.swing.ButtonGroup swingwtx.swing.table.JTableHeader Lower priority: Drag and Drop (swingwt.awt.dnd) Printing (swingwt.awt.print) Java2D (swingwt.awt.geom) Do you fancy taking on ButtonGroup, Tomer? Sorry about treading on your toes with the Filechooser thing - I started playing about with ideas after we'd spoken and that was what I came up with. I have some other ideas in that line that can be implemented later (to make FileFilter workable). As usual, latest code cut attached - few fixes and improvements. This one also has the Expansion/Selection stuff for Trees with TreePath support. Cheers, Rob -- ===================================================== Robin Rawson-Tetley Animal Shelter Manager (http://sheltermanager.sf.net) SwingWT (http://swingwt.sf.net) |
From: Robin_Rawson-Tetley <ro...@ra...> - 2003-12-12 17:04:33
|
I checked the list and there indeed a few lurkers :) I also just got a nice submission of code from a bloke called Sachin using SwingWT and he needed some of the TreeEvents implementing, so he wrote it and sent the code to me (I like that kind of email!). As for JFileChooser, I looked at it and came to the same conclusion - the SWT ones are Dialogs (as native platform APIs tend to be, rather than embeddable components like Swing). I've sketched out a rough JFileChooser and JColorChooser to show limited support can be done, but accessories (and FileFilter) can't be handled - thought it might give you a useful starting point. Basically, if we want full Swing support for them, we're going to have to implement them from scratch (not impossible, but not fun). Anyway, take a look at the attached code (I've included it in the demo so you can call a Color and File chooser from the menu) and let me know what you think - it might be that it's enough for people to use. It doesn't have to be 100% compatible after all - just enough that it's only a tweak and minor code changes to get the job done. Anyway, let me know what you think, Rob On Fri, Dec 12, 2003 at 03:02:40PM +0200, Tomer Barletz wrote: > I'm working on the JFileChooser implementaion (trying to anyway...), but > i'm not sure i'm doing this right: > i want to use SWT's class FileChooser to give me the basic component to > start with. is this the way i should do it? > maybe the lack of experience that i have with SWT makes it real hard for > me to understand how should i use SWT's classes, but looking at some > code that robin did already (like the JComboBox), makes me think that > there are a few components (like *Chooser) that are almost impossible to > implement using SWT. > i would like to hear your opinions about this issue, specially yours, > rubin, since you are the main (only?) developer of SwingWT. oh, and > maybe because i think that we're the only ones using this list... ;-) > > tomer > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Swingwt-developers mailing list > Swi...@li... > https://lists.sourceforge.net/lists/listinfo/swingwt-developers -- ===================================================== Robin Rawson-Tetley Animal Shelter Manager (http://sheltermanager.sf.net) SwingWT (http://swingwt.sf.net) |
From: Tomer B. <tom...@za...> - 2003-12-12 13:00:47
|
I'm working on the JFileChooser implementaion (trying to anyway...), but i'm not sure i'm doing this right: i want to use SWT's class FileChooser to give me the basic component to start with. is this the way i should do it? maybe the lack of experience that i have with SWT makes it real hard for me to understand how should i use SWT's classes, but looking at some code that robin did already (like the JComboBox), makes me think that there are a few components (like *Chooser) that are almost impossible to implement using SWT. i would like to hear your opinions about this issue, specially yours, rubin, since you are the main (only?) developer of SwingWT. oh, and maybe because i think that we're the only ones using this list... ;-) tomer |
From: Robin_Rawson-Tetley <ro...@ra...> - 2003-12-12 09:40:17
|
Ok, I took a look at the SWT implementations and we have a problem - panel decorations can't be supported easily as the SWT platform dialogs are not embeddable. Basically, I think we should include a skeleton of the method so it doesn't break anyone's code, but the decoration they set just doesn't appear. We should return to this, but in the meantime, it's probably best to implement the static dialog methods and properties - they map pretty easily to the SWT stuff that is there and for anyone who wants to just pop up a box to open/save a file, it should work just fine (the only remotely tricky part is filter mapping, which is basic text manipulation) Rob --=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D Robin Rawson-Tetley Animal Shelter Manager (http://sheltermanager.sf.net) SwingWT (http://swingwt.sf.net) |
From: Robin_Rawson-Tetley <ro...@ra...> - 2003-12-11 11:02:32
|
Hi, Latest code cut attached - this adds support for: KeyboardFocusManager/FocusManager support JComboBox/JList object management (instead of just strings) Much improved JInternalFrame/JDesktopPane support (with demo) Correct firing of Popup menus and appropriate events Proper window decoration support for JWindow/JDialog SwingUtilities thread management ItemEvent mappings for selectable components WindowEvent correctly done (now part of demo) Fixed AWT event adapters Full JTabbedPane support Just unpack the tar in the SwingWT directory created by the downloadable release to put the new source files on (use the ant script to build) Could you guys have a look and let me know what you think? Made any progress with JFileChooser, Tomer? I might take a look at JColorChooser at some point. Cheers, Rob -- ===================================================== Robin Rawson-Tetley Animal Shelter Manager (http://sheltermanager.sf.net) SwingWT (http://swingwt.sf.net) |