112113114115116117118119120121122
} RegionImpl container = (RegionImpl)c.getGraphic(); TextFlow flow = (TextFlow)container.getChildren().get(0); flow.requestLayout(); break; } } }