Лабораторная работа №4 (попытка решить конфликт слияния)
This commit is contained in:
parent
5ad5018775
commit
863d9dddcb
@ -298,6 +298,8 @@ public class FormCleaningCarCollection extends JFrame{
|
|||||||
_company.Show(e);
|
_company.Show(e);
|
||||||
}
|
}
|
||||||
public static void Show() {for (Frame i : Frame.getFrames()) {if (!i.isActive()) {i.repaint();}}}
|
public static void Show() {for (Frame i : Frame.getFrames()) {if (!i.isActive()) {i.repaint();}}}
|
||||||
|
// Method method = Component.class.getSuperclass().getDeclaredMethod("repaint");
|
||||||
|
// method.setAccessible(true);
|
||||||
private void RefreshListBoxItems()
|
private void RefreshListBoxItems()
|
||||||
{
|
{
|
||||||
listBoxCollection.removeAll();
|
listBoxCollection.removeAll();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user