this.targetItem = targetItem;
this.targetModule = targetModule;
double sizex = border.right() - border.left();
double sizey = border.bottom() - border.top();
this.installButton = new ClickableButton("Install", new MusePoint2D(
border.right() - sizex / 2.0, border.bottom() - sizey
/ 4.0),
true);
this.salvageButton = new ClickableButton("Salvage", new MusePoint2D(
border.left() + sizex / 2.0, border.top() + sizey / 4.0),
true);
}