CurrentCopyPasteProfile.currentCopyPasteProfile = currentCopyPasteProfile;
}
public static Integer getCurrentCopyPasteFontSize() {
if (currentCopyPasteFontSize == null) {
currentCopyPasteFontSize = (Integer) new SpinnerFontModel().getValue();
}
return currentCopyPasteFontSize;
}