Jframe 上的缩放功能?

发布于 2024-12-23 19:20:59 字数 167 浏览 1 评论 0原文

这是场景,我有一个用于显示预订的 Swing 应用程序,我们使用 J Frame 来显示信息(某种图像,已预订,未预订)..我有一个要求,当用户单击 J Frame 时, J 框架本身应该自行缩放,... 但是...我不知道如何使用 swing 来实现这一点?

任何帮助将不胜感激?

谢谢

Here is the scenario , I have an swing application used to show bookings ,we're using J Frame to show the information(some sort of images , booked ,unbooked) ..i have an requirement that when the user clicks on J Frame , The J frame itself should zoom itself,...
However ... i dont have any clue how to implement this using swing ?

Any help would be appreciated??

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲喜皆因你 2024-12-30 19:21:00

我不太确定你在问什么。但是既然你要求缩放 JFrame,我想这是为了可读性,我想指出一种不同的方式。如果您希望缩放以获得更好的可读性,这意味着框架中有很多信息,在这种情况下,我建议您相应地组织框架中的信息并使用 JTabbedPane 而不是使用缩放框架。

I'm not exactly sure about what what you are asking.But since you asked to zoom the JFrame, I suppose this is for readability, and I'd like to point out a different way. If you wish to zoom for better readability, that means you have a lot of information in the frame, In this case, I'd suggest you to organize the informations in your frame accordingly and use a JTabbedPane rather than going for a zoomed frame.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文