简体   繁体   中英

Good Looking GUI For Twitter Client In Java

how we can develop a twitter client (for desktop) in java like Seesmic , i know to deal with twitter api using twitter4j but, how to develop user interface like Seesmic? what are the java technologies i should use? , i guess that i can't do the same using swing.

any help please.thanks

I personally have not used it, but there is a fair amount of buzz around javafx . (tutorials here)

You would be surprised by the things you can achieve with Swing reading this book: http://filthyrichclients.org :-). Anyway, I think a good choose would be JavaFX as Ransom Briggs suggests, as it is supposed to be a "replacement" for Swing in java desktop applications. Other good options you could evaluate are Apache Pivot and griffon (grails-style framework for desktop applications). Griffon can run on different UI toolkits through plugins (Swing, JavaFX, SWT, Pivot, GTK).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM