Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如您在设置内容节点后从图片中看到的那样,它周围有所有这些非红色空间。我怎样才能删除它?我已经搞砸了一个小时没有运气。库被称为JFoenix。
找到了解决方案:
dialog.getContent().setPadding(new Insets(0,0,0,0));
编辑:确保在设置实际内容后执行此操作。