Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: be6251196c642b6b9f4669f923485d6a96019dae (plain) (blame)
1
public ProgressPanel(SwingSet swing) {progressBar = new JProgressBar() {public Dimension getPreferredSize() {return new Dimension(300, super.getPreferredSize().height);		}};	progressBar.getAccessibleContext().setAccessibleName("Text loading progress");}

Back to the top