The FloatingButton seems to be added only in Form.getContentPane() and cannot be added to a container Adding it to my form would make the button shield some components underneaths,
Any solution to this? I would like to have positioned inside the scrolling table in a BorderLayout.CENTER
not much options here:
fab.bindFabToContainer(current, Component.RIGHT, Component.CENTER);
