Searched refs:contentbox (Results 1 – 2 of 2) sorted by relevance
59 Container contentbox = Box.createVerticalBox(); in UninstallationOngoing() local60 … if ( data.useRtl() ) { contentbox.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in UninstallationOngoing()81 contentbox.add(currentProgress); in UninstallationOngoing()82 contentbox.add(Box.createVerticalStrut(10)); in UninstallationOngoing()83 contentbox.add(innerbox); in UninstallationOngoing()84 contentbox.add(Box.createVerticalStrut(20)); in UninstallationOngoing()86 add(contentbox, BorderLayout.SOUTH); in UninstallationOngoing()
63 Container contentbox = Box.createVerticalBox(); in InstallationOngoing() local64 … if ( data.useRtl() ) { contentbox.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in InstallationOngoing()84 contentbox.add(currentProgress); in InstallationOngoing()85 contentbox.add(Box.createVerticalStrut(10)); in InstallationOngoing()86 contentbox.add(innerbox); in InstallationOngoing()87 contentbox.add(Box.createVerticalStrut(20)); in InstallationOngoing()89 add(contentbox, BorderLayout.SOUTH); in InstallationOngoing()
Completed in 11 milliseconds