Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Java for PDA/Mac w/ Swing, database - possible?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Josef Garvi, post: 567965"] Thanks, that's interesting. They are usually done through MIDP. MIDP is more dynamic than AWT or SWING with regards to layout of the UI - you specify that something is a command rather than where the button should be on the screen This is meant to fit a much broader range of device types where some have tiny monitors and others relatively large ones, some have pens for input, others keys only. To my knowledge, MIDP does not upscale so it can be used on normal PC desktops. There is a third-party library called kAWT that was developed before MIDP that tries to be AWT-compatible and runs on PDAs. Perhaps that can be interesting for your project: [URL]http://www.kawt.de/[/URL] That's likely... :-( A good separation of the view and the model will allow you to keep a lot of the code common. -- Josef Garvi "Reversing desertification through drought tolerant trees" [URL]http://www.eden-foundation.org/[/URL] new income - better environment - more food - less poverty [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Java for PDA/Mac w/ Swing, database - possible?
Top