|
Post by Pinacolada on Apr 5, 2006 13:56:13 GMT -5
I remember Jim saying something about wanting a GUI designed a long time ago. I just stumbled across this book at my local library: "Designing Highly Useable Software" by Jeff Cogswell. Nice book.
Perhaps I could sketch out an idea of the GUI... I'll go through the features it supports and see what I can come up with. Don't know anything about Java programming, though.
Doesn't Microsoft Word have a forms designer that lets you lay out UI's for scripting and such? I'm not too familiar with which programs might let me do a mockup. Any ideas?
|
|
|
Post by Leif Bloomquist on Apr 6, 2006 8:59:34 GMT -5
You could just copy the BBS Server GUI GUI design in Java can be pretty easy. Just use Netbeans (my favorite) or Eclipse (also good but can be flaky) and design the GUI visually. It then writes the Swing code for you (Java's GUI extensions are called Swing). From there you just write a few accessor functions so tcpser can read the GUI settings, and you're done.
|
|
|
Post by Excalibur on Apr 6, 2006 19:41:48 GMT -5
oh...IS that all you have to do <grin>
|
|
|
Post by Pinacolada on Nov 8, 2006 14:03:43 GMT -5
Well, um, I sat down over the weekend and sketched out a GUI using TrollTech's QT Designer program. Sorry about the size of these PNG files, I had no idea they were so darn big (file size-wise, not pixel dimensions). er, hm. Actually, I guess you can't just stick a picture in here, you have to upload it first somewhere... anyone got a spot they can host the pictures?
|
|
cube
Junior Member
Posts: 58
|
Post by cube on Jan 16, 2007 20:21:49 GMT -5
I run a web server here, email me ( [myname] at cubeinc dot net ) where [myname] is john, and I'll set up ftp access so you can upload pictures and edit them.
John
|
|
|
Post by Pinacolada on Jan 23, 2007 15:35:02 GMT -5
Okay, I emailed you...
|
|
|
Post by Jim Brain on Feb 8, 2007 0:36:57 GMT -5
tcpser4j is all designed to support an optional GUI, but as it's not my personal itch to scratch, go for it.
The main server sits in a static loop doing nothing, but it has handles to each Modem Bank and by definition all the modems. I'm sure I missed some methods here and there, but they should be easy to add.
Jim
|
|
|
Post by Pinacolada on Feb 8, 2007 15:39:56 GMT -5
|
|
|
Post by Pinacolada on Feb 8, 2007 15:44:24 GMT -5
You could just copy the BBS Server GUI GUI design in Java can be pretty easy. Just use Netbeans (my favorite) or Eclipse (also good but can be flaky) and design the GUI visually. It then writes the Swing code for you (Java's GUI extensions are called Swing). From there you just write a few accessor functions so tcpser can read the GUI settings, and you're done. Uhhh... *looks around uncertainly* I have no idea what you just said. I think it was in English.
|
|
|
Post by Pinacolada on Feb 8, 2007 15:45:56 GMT -5
tcpser4j is all designed to support an optional GUI, but as it's not my personal itch to scratch, go for it. Gone for! Um... sorry, no clue what you just said either. I'm a numbskull. I know BASIC on the C64, that's it.
|
|