tag:blogger.com,1999:blog-7706192646925495484.post8073420268421049627..comments2013-02-05T09:15:58.911-08:00Comments on Pleasing Software: A Brief Introduction to Styling Controls in JavaFX 1.3Anonymoushttp://www.blogger.com/profile/10775967623378633903noreply@blogger.comBlogger9125tag:blogger.com,1999:blog-7706192646925495484.post-35904544568674735712010-04-27T17:32:02.547-07:002010-04-27T17:32:02.547-07:00Use the JD-GUI decompiler to inspect lib/desktop/j...Use the JD-GUI decompiler to inspect lib/desktop/javafx-ui-common.jar and search for impl_cssSet. It describes the css properties involved.<br /><br />for instance,<br /><br />Rectangle &gt; Shape &gt; NodeChui Teyhttps://www.blogger.com/profile/04146083006658858824noreply@blogger.comtag:blogger.com,1999:blog-7706192646925495484.post-56027779916190693172010-04-26T09:12:26.425-07:002010-04-26T09:12:26.425-07:00@GeekyCoder: I haven&#39;t played with the &quot;s...@GeekyCoder: I haven&#39;t played with the &quot;standard&quot; CSS attributes to see how they interact with the new -fx attributes. If you&#39;re used to CSS, it&#39;s pretty easy to pick up the JavaFX extended attributes.<br /><br />@Tom: Yes, I&#39;m well aware of the issue. I still have to convert XEtchedButton and XPane. Don&#39;t worry, it is possible and I plan to post another article tonight explaining how to do this and much more with the new stlying support.Anonymoushttps://www.blogger.com/profile/10775967623378633903noreply@blogger.comtag:blogger.com,1999:blog-7706192646925495484.post-68776568190352657482010-04-26T01:22:01.482-07:002010-04-26T01:22:01.482-07:00Is there a utility function for processing the CSS...Is there a utility function for processing the CSS data? <br /><br />For JFXtras we would like to mimick Caspian on our components, so we need a way to get to a border or color or font that is defined on another component.tbeehttps://www.blogger.com/profile/02676132703267756531noreply@blogger.comtag:blogger.com,1999:blog-7706192646925495484.post-60965575449535452142010-04-25T21:07:49.327-07:002010-04-25T21:07:49.327-07:00What is the standard CSS that is supported by Java...What is the standard CSS that is supported by JavaFX 1.3 ? Web designers have been using CSS for web page design may accustom to using modern CSS, and they will likely to apply those experience for JavaFX code as well.<br /><br />It will be helpful to list the standard CSS that supported by JavaFX.GeekyCoderhttps://www.blogger.com/profile/05309763498728065437noreply@blogger.comtag:blogger.com,1999:blog-7706192646925495484.post-9776258175490447402010-04-24T10:17:01.545-07:002010-04-24T10:17:01.545-07:00Great. Thank you to everyone.Great. Thank you to everyone.Anonymoushttps://www.blogger.com/profile/03043645254806539347noreply@blogger.comtag:blogger.com,1999:blog-7706192646925495484.post-37852191427483471812010-04-24T07:28:01.233-07:002010-04-24T07:28:01.233-07:00This is another good resource for exploring the st...This is another good resource for exploring the styling capabilities:<br /><br />http://www.javafx.com/samples/StyleEditor/index.htmlAnonymoushttps://www.blogger.com/profile/10775967623378633903noreply@blogger.comtag:blogger.com,1999:blog-7706192646925495484.post-34892709344224200372010-04-24T07:05:03.029-07:002010-04-24T07:05:03.029-07:00The caspian.css file is in /com/sun/javafx/scene/c...The caspian.css file is in /com/sun/javafx/scene/control/skin/caspian. Just unpack the jar file and take a look. Every core control is styled with this stylesheet so there are lots of examples of the available attributes. I&#39;m sure Oracle will be releasing documentation soon, but in the mean time this is a great place to start.<br /><br />DeanAnonymoushttps://www.blogger.com/profile/10775967623378633903noreply@blogger.comtag:blogger.com,1999:blog-7706192646925495484.post-42313865247658035972010-04-23T23:08:40.097-07:002010-04-23T23:08:40.097-07:00there is a file called caspian.css inside the java...there is a file called caspian.css inside the javafx jars. Now I dont remember where exactly it is. I&#39;ve searched it at Netbeans open type functionality by searching Caspian class. It is at the same package.bosbeleshttps://www.blogger.com/profile/17054746084212132321noreply@blogger.comtag:blogger.com,1999:blog-7706192646925495484.post-20983473848878956862010-04-23T16:44:32.428-07:002010-04-23T16:44:32.428-07:00Dear Dean. Thanx a lot cause you are the only pers...Dear Dean.<br />Thanx a lot cause you are the only person who describe this question about new features of CSS in JavaFx 1.3<br /><br />My question is where I can find all javafx-css-proprties for each component and also I&#39;d like to know more about pseudoclasses.<br />Once again thanx a lot.Anonymoushttps://www.blogger.com/profile/03043645254806539347noreply@blogger.com