Ignore:
Timestamp:
2012-03-08T10:04:21+01:00 (12 years ago)
Author:
akks
Message:

UrlLabel class simplification by Zverik, better label layout in VersionInfoPanel (see #7450, #7326)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java

    r5013 r5050  
    126126                                    tr("You have encountered an error in JOSM. Before you file a bug report " +
    127127                                            "make sure you have updated to the latest version of JOSM here:")), GBC.eol());
    128                             p.add(new UrlLabel("http://josm.openstreetmap.de/#Download"), GBC.eop().insets(8,0,0,0));
     128                            p.add(new UrlLabel("http://josm.openstreetmap.de/#Download",2), GBC.eop().insets(8,0,0,0));
    129129                            p.add(new JMultilineLabel(
    130130                                    tr("You should also update your plugins. If neither of those help please " +
    131131                                            "file a bug report in our bugtracker using this link:")), GBC.eol());
    132                             p.add(new UrlLabel(url.toString(), "http://josm.openstreetmap.de/josmticket?..."), GBC.eop().insets(8,0,0,0));
     132                            p.add(new UrlLabel(url.toString(), "http://josm.openstreetmap.de/josmticket?...",2), GBC.eop().insets(8,0,0,0));
    133133                            p.add(new JMultilineLabel(
    134134                                    tr("There the error information provided below should already be " +
     
    138138                                    tr("Alternatively, if that does not work you can manually fill in the information " +
    139139                                            "below at this URL:")), GBC.eol());
    140                             p.add(new UrlLabel("http://josm.openstreetmap.de/newticket"), GBC.eop().insets(8,0,0,0));
     140                            p.add(new UrlLabel("http://josm.openstreetmap.de/newticket",2), GBC.eop().insets(8,0,0,0));
    141141                            if (Utils.copyToClipboard(text)) {
    142142                                p.add(new JLabel(tr("(The text has already been copied to your clipboard.)")), GBC.eop());
Note: See TracChangeset for help on using the changeset viewer.