Jan 9, 2006 #1 ronnyjljr IS-IT--Management Nov 23, 2003 249 US Hi Guys, I just recently found out that the JList can support html formatting. Are there any more Swing components that support html in this manner? Thanks, Ron typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;
Hi Guys, I just recently found out that the JList can support html formatting. Are there any more Swing components that support html in this manner? Thanks, Ron typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;
Jan 9, 2006 #2 stefanwagner Programmer Oct 19, 2003 2,373 DE Yes - most of them support html, but just a subset. i.e. you can't use frames, javascript, and I guess tables. But <i>, <b>, <u> ... <color="red"> should work. seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
Yes - most of them support html, but just a subset. i.e. you can't use frames, javascript, and I guess tables. But <i>, <b>, <u> ... <color="red"> should work. seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung
Jan 9, 2006 #3 Diancecht Programmer Jan 8, 2004 4,042 ES Some hints: http://java.sun.com/docs/books/tutorial/uiswing/components/problems.html : last problem http://java.sun.com/docs/books/tutorial/uiswing/components/html.html Cheers, Dian Upvote 0 Downvote
Some hints: http://java.sun.com/docs/books/tutorial/uiswing/components/problems.html : last problem http://java.sun.com/docs/books/tutorial/uiswing/components/html.html Cheers, Dian
Jan 10, 2006 Thread starter #4 ronnyjljr IS-IT--Management Nov 23, 2003 249 US Much Obliged! -Ron typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap; Upvote 0 Downvote