com.alee.skin.web.resources.optionpane.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weblaf-ui Show documentation
Show all versions of weblaf-ui Show documentation
WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications
<skin> <!-- com.alee.laf.optionpane.WebOptionPane --> <!-- Option pane --> <style type="optionpane" padding="15,15,15,15"> <component> <background>237,237,237</background> </component> <painter /> <!-- Buttons --> <style type="button" id="button" padding="2,10,2,10" /> <style type="button" id="yes" extends="button" /> <style type="button" id="no" extends="button" /> <style type="button" id="ok" extends="button" /> <style type="button" id="cancel" extends="button" /> </style> </skin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy