public void printLabel(IDynamicObject dynamicObject) { onResizeWindow(); if(dynamicObject.getDisplayed().Equals(TextDisplayed.None)) return; GUI.Label(objectTitleRectangle,"["+dynamicObject.getItem().getDescription().dName+"]\n",titleStyle); GUI.Label(objectCaptionRectangle, dynamicObject.getItem().getDescription().dCaption, captionStyle); }