1098109911001101110211031104110511061107
/** * Open a frame to configure the logging of the application. */ private void openLoggingConfiguration() { JFrameLogginConfigurator frame = JFrameLogginConfigurator.getInstance(); frame.setVisible(true); frame.requestFocus(); frame.toFront(); }