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.
我有两个问题,可以通过这些屏幕截图说明:
那么,在这种情况下如何避免文本被截断?当然,宽度就足够了。而且,不同的字符串截断是不同的。
我怀疑布局或首选尺寸问题。您可以覆盖getPreferredSize()inChartPanel以获得良好的初始显示,如此处所示,并指定一个布局,如BorderLayout.CENTER或GridLayout让面板采用封闭的大小Container。如果做不到这一点,请编辑您的问题以包含一个显示您遇到的任何问题的sscce 。
getPreferredSize()
ChartPanel
BorderLayout.CENTER
GridLayout
Container