From: Toby D. <tj...@sf...> - 2005-07-02 21:16:02
|
I hope you haven't forgotten about the impending release of the "casey" version of csjava. This will be the last version that does *not* use features from Java 1.5. And speaking of Java 1.5, now is the time to upgrade to 1.5 if you haven't done so already. Eclipse 3.1 has been released, and it supports Java 1.5, so after casey we'll csjava will start using it. Here are the list of features for "casey". If you are going to finish any more features, let me know now! Release name: casey Date: early July New features: - Cartesian coordinate system (unfinished; moved to next version) - simple axes (unfinished; moved to next version) - generic load/save/quit buttons (finished) - basic testing code for TheMatrix (finished) - basic user-level documentation for TheMatrix (unfinished; moved to next version) - cropping (unfinished; moved to next version) - reversi board demo (finished) Other changes: - remove alpha-value code for TheMatrix since it doesn't work correctly (add as a feature in a later version) (finished) - remove scaling code (add as a feature in a later version) (finished) Toby -- Dr. Toby Donaldson School of Computing Science Simon Fraser University |
From: Daryl V. H. <dva...@sf...> - 2005-08-02 00:41:55
|
Preliminary testing of casey's buttons & menus (under Java 5 aka 1.5) indicate that the resize on image loading is only resizing the frame to fit smaller images, not larger images. Reason is currenly unkown, as the JVM keeps crashing Eclipse with errors outside the JVM (I am using Java 1.5). I might just use JCreator for a while to see if I can find the problem. Daryl. Toby Donaldson wrote: >I hope you haven't forgotten about the impending release of the "casey" >version of csjava. This will be the last version that does *not* use >features from Java 1.5. > >And speaking of Java 1.5, now is the time to upgrade to 1.5 if you haven't >done so already. Eclipse 3.1 has been released, and it supports Java 1.5, so >after casey we'll csjava will start using it. > >Here are the list of features for "casey". If you are going to finish any >more features, let me know now! > >Release name: casey >Date: early July >New features: > - Cartesian coordinate system (unfinished; moved to next version) > - simple axes (unfinished; moved to next version) > - generic load/save/quit buttons (finished) > - basic testing code for TheMatrix (finished) > - basic user-level documentation for TheMatrix (unfinished; moved to next >version) > - cropping (unfinished; moved to next version) > - reversi board demo (finished) > >Other changes: > - remove alpha-value code for TheMatrix since it doesn't work correctly > (add as a feature in a later version) (finished) > - remove scaling code (add as a feature in a later version) (finished) > > >Toby > > -- Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=106297&t=65> -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.9.8/61 - Release Date: 01/08/05 |
From: Daryl V. H. <dva...@sf...> - 2005-08-09 21:54:21
|
I figured out what's wrong with the resize on image loading: After a JFrame is visible and you call .pack() on it, it only packs the window with the current size of the components, it doesn't revalidate all the components as it does before it displays the window. And the only thing that the ImagePainter was doing was setting the preferred size, not the current size of the component. I've fixed it on my computer, but I don't know how to commit anything to the CVS under a tag besides the MAIN tag. I'll need some help with this. Daryl. Daryl Van Humbeck wrote: > Preliminary testing of casey's buttons & menus (under Java 5 aka 1.5) > indicate that the resize on image loading is only resizing the frame > to fit smaller images, not larger images. > Reason is currenly unkown, as the JVM keeps crashing Eclipse with > errors outside the JVM (I am using Java 1.5). > > I might just use JCreator for a while to see if I can find the problem. > > Daryl. > > Toby Donaldson wrote: > >> I hope you haven't forgotten about the impending release of the "casey" >> version of csjava. This will be the last version that does *not* use >> features from Java 1.5. >> >> And speaking of Java 1.5, now is the time to upgrade to 1.5 if you >> haven't >> done so already. Eclipse 3.1 has been released, and it supports Java >> 1.5, so >> after casey we'll csjava will start using it. >> >> Here are the list of features for "casey". If you are going to finish >> any >> more features, let me know now! >> >> Release name: casey >> Date: early July >> New features: >> - Cartesian coordinate system (unfinished; moved to next version) >> - simple axes (unfinished; moved to next version) >> - generic load/save/quit buttons (finished) >> - basic testing code for TheMatrix (finished) >> - basic user-level documentation for TheMatrix (unfinished; moved to >> next >> version) >> - cropping (unfinished; moved to next version) >> - reversi board demo (finished) >> >> Other changes: >> - remove alpha-value code for TheMatrix since it doesn't work correctly >> (add as a feature in a later version) (finished) >> - remove scaling code (add as a feature in a later version) (finished) >> >> >> Toby >> >> > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.5/67 - Release Date: 09/08/05 |