API enhancement request to make stage respect scene's min size

2014-06-26 Thread Robert Krüger
Hi, right now, I am doing this to prevent stage windows to be resizable in a way that cuts off their contained scene's content: final Scene scene = new Scene(pane); stage.setScene(scene); stage.setTitle(getClass().getSimpleName()); stage.sizeToScene(); //

Re: API enhancement request to make stage respect scene's min size

2014-06-26 Thread Robert Krüger
Hi Martin, yes that seems to address exactly that problem. Thanks! On Thu, Jun 26, 2014 at 1:27 PM, Martin Sladecek martin.slade...@oracle.com wrote: Hi Robert, I think this is the JIRA issue you are looking for: https://javafx-jira.kenai.com/browse/RT-19183 This might be a good candidate