Class LocationSummaryPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class LocationSummaryPanel extends JPanel
A small, reusable "Location" block for any ILocation (unit, person, etc.). It shows the item's current location and, when the item is in transit, its destination. Each line reads Location Name (Location Planet, Location System).

All display strings come from LocationDisplay, the same tree-walking helper used by LocationPlacePanel, so the output stays consistent across the location views.

See Also:
  • Constructor Details

    • LocationSummaryPanel

      public LocationSummaryPanel(ILocation location, Campaign campaign)