Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  *new* abstract windowing methods in CanvasPeer  (Read 1124 times)
0 Members and 1 Guest are viewing this topic.
Offline William Denniss

JGO Coder


Projects: 2


Fire at will


« Posted 2004-02-23 08:44:57 »

As the title suggests, I have added some commonly used windows methods to the CanvasPeer interface and their corronsponding implemention for the JOGL CanvasPeerImpl class.

The methods are:
void setSize(int, int)
void setSize(Dimension)
Dimension getSize()
void setTitle(String)
String getTitle()
void setLocation(int, int)
void setLocation(Point)
Point getLocation()

So instead of using:
1  
((Frame) ((CanvasPeerImpl) cp).getWindow()).setTitle("AseTest");


use:
1  
cp.setTitle("Ase Test");


and you'll thank yourself when you port your app to LWJGL Smiley

Will.

Offline aNt

Senior Member




AFK


« Reply #1 - Posted 2004-02-23 12:34:50 »

nice one Smiley
Offline cfmdobbie

Senior Member




Who, me?


« Reply #2 - Posted 2004-02-24 10:26:55 »

Nice! Cheesy

Please be aware that as Point and Dimension are AWT classes, you're still relying of AWT being present even with a binding that is AWT-agnostic.

Also, what do you think about throwing a checked exception, or making an unchecked exception explicit in the JavaDoc foir each of these methods?  Being able to set a title and move or resize a window are windowing-system dependent functions.  Whether they are supported or not is a function of the context binding, not Xith3D.  Just a thought.

Hellomynameis Charlie Dobbie.
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline William Denniss

JGO Coder


Projects: 2


Fire at will


« Reply #3 - Posted 2004-02-25 03:11:05 »

you are correct, although it would hardly be a great effort to create those two classes.  I guess if people are worried about the package name I could code them and just plonk them in a com.xith3d.* one - but is there really a problem?  I you wanted to distribute your LWJGL game, you would simplely create those packages and stick them in a jar "awt_lite.jar" or something Smiley

I'm open for suggestions on the checked exception issue (infact I think there needs to be many more checked exceptions in Xith3d but that's another topic).  Is there a big problem with unsupported features just being ignored, it's not like they are critical to the rendering or anything?  Let me ask it another way, if you caught the exception, what would you do with it?  I'm guessing not a lot.

Cheers,

Will.

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (73 views)
2013-05-17 21:29:12

alaslipknot (85 views)
2013-05-16 21:24:48

gouessej (114 views)
2013-05-16 00:53:38

gouessej (109 views)
2013-05-16 00:17:58

theagentd (120 views)
2013-05-15 15:01:13

theagentd (109 views)
2013-05-15 15:00:54

StreetDoggy (154 views)
2013-05-14 15:56:26

kutucuk (176 views)
2013-05-12 17:10:36

kutucuk (173 views)
2013-05-12 15:36:09

UnluckyDevil (182 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.107 seconds with 22 queries.