自定义 AWT 标题窗口
我是 AWT 新手,他们给了我一个 Photoshop 模型。我必须设计一个基于 AWT 的模型窗口
目前,我陷入了标题栏设计。标题窗口看起来像这样。 https://i.sstatic.net/ziCgD.png
请让我知道我该怎么做使用 AWT 来完成此任务。 我知道我需要使用 setUndecorated(true) 来摆脱默认的标题窗口,但我不知道如何实现图像中显示的窗口。
我只是在寻找一个方向。
提前致谢!!!
I am new to AWT and I have been given a Photoshop mock up. I have to design a mock up Window based in AWT
Currently, I am stuck at Title Bar design.The Title Window looks like this.
https://i.sstatic.net/ziCgD.png
Please let me know how can I accomplish this using AWT.
I am aware that I need to use setUndecorated(true) to get rid of default Title Window, but then I have no idea about how can I implement the one that is shown in the image.
I am just looking for a direction.
Thanks in Advance!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它只是一个带有渐变背景的 JPanel(如果您使用 Swing,请参阅 AWT 中的面板)。我不太了解 AWT,但在 Swing 中,执行以下操作:
It is just a JPanel (if your working with Swing, see Panel in AWT) with a gradient background. I don't really know AWT but in Swing, do the following: