Revision 14821 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/DotDensity.java

View differences:

DotDensity.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
2 2
 *
3 3
 * Copyright (C) 2005 IVER T.I. and Generalitat Valenciana.
4 4
 *
......
20 20
 *
21 21
 *  Generalitat Valenciana
22 22
 *   Conselleria d'Infraestructures i Transport
23
 *   Av. Blasco Ib??ez, 50
23
 *   Av. Blasco Ib��ez, 50
24 24
 *   46010 VALENCIA
25 25
 *   SPAIN
26 26
 *
......
89 89
* *** empty log message ***
90 90
*
91 91
* Revision 1.3  2006/11/17 12:50:36  jaume
92
* tama?o de punto defecto 2
92
* tamao de punto defecto 2
93 93
*
94 94
* Revision 1.2  2006/11/15 12:57:31  jaume
95 95
* *** empty log message ***
......
588 588
     */
589 589
    private JRadioButton getRdBtnMedium() {
590 590
        if (rdBtnMedium == null) {
591
            rdBtnMedium = new JRadioButton(new ImageIcon(
592
            		getClass().getClassLoader().
593
        			getResource("images/medium-density-sample.png")));
591
			rdBtnMedium = new JRadioButton(PluginServices.getIconTheme()
592
            		.get("medium-density"));
594 593
            rdBtnMedium.addActionListener(buttonsListener);
595 594
        }
596 595
        return rdBtnMedium;
......
603 602
     */
604 603
    private JRadioButton getRdBtnLow() {
605 604
        if (rdBtnLow == null) {
606
            rdBtnLow = new JRadioButton(new ImageIcon(
607
            		getClass().getClassLoader().
608
        			getResource("images/low-density-sample.png")));
605
			rdBtnLow = new JRadioButton(PluginServices.getIconTheme().get("low-density"));
609 606
            rdBtnLow.addActionListener(buttonsListener);
610 607
        }
611 608
        return rdBtnLow;

Also available in: Unified diff