|
@@ -26,7 +26,7 @@ public class RestPanel extends JPanel {
|
|
|
gbc_lblRest.gridy = 0;
|
|
gbc_lblRest.gridy = 0;
|
|
|
add(lblRest, gbc_lblRest);
|
|
add(lblRest, gbc_lblRest);
|
|
|
|
|
|
|
|
- JLabel lblLocation = new JLabel(rest.getWhere().toString());
|
|
|
|
|
|
|
+ JLabel lblLocation = new JLabel(rest.getWhere().getHumanReadable());
|
|
|
GridBagConstraints gbc_lblLocation = new GridBagConstraints();
|
|
GridBagConstraints gbc_lblLocation = new GridBagConstraints();
|
|
|
gbc_lblLocation.insets = new Insets(0, 0, 0, 5);
|
|
gbc_lblLocation.insets = new Insets(0, 0, 0, 5);
|
|
|
gbc_lblLocation.gridx = 1;
|
|
gbc_lblLocation.gridx = 1;
|