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 (289)
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  
  Do you use Swing in your game? Why/Why not?  (Read 1833 times)
0 Members and 1 Guest are viewing this topic.
Offline Addictman

Senior Member


Medals: 3
Projects: 1


Java games rock!


« Posted 2005-03-18 10:25:49 »

Hi.

This is simply a note out of curiousity. I have found myself using swing sometimes, and trying to avoid it at other times. What do you guys prefer?

Edit: With Swing, I basically mean UI components that extend JComponent, like JButton, JTextField, and so on.
Offline kevglass
« League of Dukes »

JGO Kernel


Medals: 54
Projects: 20


Mentally unstable, best avoided.


« Reply #1 - Posted 2005-03-18 10:36:36 »

Pros:

- Completeness of the widget set
- Configurability / Look and Feel
- Reliability of simple components
- Low development time cost

Cons:

- Querky implementations for more complex components
- Complexity integrating with with an accelerated canvas
- Performance

I tend to steer clear if possible these days, though I nearly always use it for the associated game process tools (level designers, scenario generators etc..)

Kev

Offline K.I.L.E.R

Senior Member




Java games rock!


« Reply #2 - Posted 2005-03-18 23:06:56 »

I use Swing.

It's very fast and doesn't cosume much resources; I run it on another thread.

Vorax:
Is there a name for a "redneck" programmer?

Jeff:
Unemployed. Wink
Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline Addictman

Senior Member


Medals: 3
Projects: 1


Java games rock!


« Reply #3 - Posted 2005-03-19 20:34:30 »

Lately, I've started to use some swing components (like JTextField) for handling easy user input. But, I never draw them. They are just "there", requesting focus when the game wants user input, and then I have a custom created gui component "mirroring" the textField input to show to the user (with a more appealing-looking tailored image font). I find that this is easiar than going out creating your own L&F for the components.

Of course it's basically just a quick-hack, but for stuff like input, that happens infrequently in my game, it does the job.


And, I use swing components like JTextArea alot for multiplayer in-game chat.

Beyond that, my on-going project is not really using swing at all. However, I can see that in some games (with alot of static unmovable objects on the screen), swing would do nicely.
Offline sherl0ck

Junior Newbie




Java games rock!


« Reply #4 - Posted 2005-03-23 10:40:28 »

IMHO, Swing is pretty darn fast today, espcially with 1.5, so I   think we could use swing for game programming, unless you want to do with 3D.  Tongue
Offline Addictman

Senior Member


Medals: 3
Projects: 1


Java games rock!


« Reply #5 - Posted 2005-03-23 13:41:52 »

also, the previously mentioned point:

"- Complexity integrating with with an accelerated canvas"

is getting on my nerves. Fullscreen is of course not an issue, but windowd mode is. Naturally, one wants to do things the "right way" (we all strive towards it, I guess), and hacks to use canvas with swing, or buffering the frame itself, and translating its graphics from its insets .. It just seems so dirty. I wish there was a real JCanvas already!
Offline sillysoft

Junior Member


Projects: 1


Waaaaaaaaaaaah!


« Reply #6 - Posted 2005-03-28 05:57:09 »

I use swing because it provides many good components that I want. They aren't totally pretty, but they work well.

Offline bmyers

Junior Member





« Reply #7 - Posted 2005-03-29 20:10:48 »

We are using Swing heavily in our game, both in 2D and 3D, as well as with our world-builder and unit-builder editors.  The speed of development can't be beat, it has a good design, you can plug-in different look-and-feels, and the performance keeps getting better and better.

Offline themaynard

JGO Visitor



Java games rock!


« Reply #8 - Posted 2005-04-11 21:01:59 »

Here's a question...I'm required to use swing in my project, however I'm also using an active renderer. So basically I have a thread calling "paintComponents" at some target fps in order to draw my "rendered" area as well as a minimal gui. This concept is close to the way JFreeRails operates.

Everything seems to work ok, until I needed a modal dialog. Since my rendering thread is synchronized with the system event queue, any modal dialog kills my ability to draw anything...thus making my tool nothing more than a glorified "window eraser."

Has anybody encountered anything like this? And if so, is this something I just have to live with?

Questions/Comments are more than welcome.

Thanks,
-Zeb
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!
 
Get high quality music tracks for your game!

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 (60 views)
2013-05-17 21:29:12

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

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

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

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

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

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

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

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

UnluckyDevil (175 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.114 seconds with 20 queries.