524525526527528529530531532533534
* * @return an {@link Icons} */ protected Icons createIconBundle() { try { return new Icons(getClass().getPackage().getName() + ".icons"); } catch (Exception e) { return null; } }
583584585586587588589590591592593
525526527528529530531532533534535
637638639640641642643644645646
597598599600601602603604605606607