问题标签 [null-layout-manager]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 标签的设置位置
我的所有标签都正常工作,但 userLabel[3] 没有正确定位无论我做什么,标签“颜色:”总是显示在框架上,x 坐标为 0,y 坐标为框架的一半。
图片:[IMG]http://i41.tinypic.com/23jfo9l.png[/IMG] http://i41.tinypic.com/23jfo9l.png
java - Using null layout in Java Swing
I programmed a game in Java Swing using null layout. Except for a few glitches that I'm working on, it is perfectly functional and looks pretty nice. My plan: fix the few bugs, add a few extra features, then use SwingWeb or AjaxSwing to allow my game to run in a web browser using HTML/CSS/JavaScript. But after talking to some people here, I feel concerned that my game will not be displayed properly since I didn't use a layout manager. Exact placement of components works just perfect for the nature of the game, since I need to have my JLabels moving around constantly, and attempting to this with a layout manager would be very problematic - so I would like to avoid changing from my null layout if I possibly can. So before I make a decision about this, can someone explain to me the problems that I could face regarding the null layout if I proceed with my plan as described above? Note that clearly I do not intend the window of the game to be resizable, as it will be running in a browser.
java - Java中的空布局有什么问题?
你好。
在这个网站上花费了无数小时寻找代码以在屏幕上拖动组件后,我注意到答案中出现了一种奇怪的趋势。
...因为每个人都对 null 布局的声音不寒而栗。
所以我问,每个人都有什么问题?我编写代码的时间不超过三个月,使用 Swing 的时间不超过一个,而且布局使用起来非常轻松,可以进行无休止的自定义。为什么这是不好的做法?
java - JTextArea 中的 ScrollPane
这是我正在使用的 GUI 项目的一部分,我试图JScrollPane
在JTextArea
文本长于JTextArea
. 对我来说看起来不错,但JScrollPane
仍然没有出现。
任何人都可以验证这种代码和平吗?
java - 闪烁 JTextField 和 JButton
我正在尝试创建两个文本字段,用户可以在其中输入他们想要的内容和一个按钮来将他们的输入保存到变量中。但是当我运行我的程序时,文本字段和按钮会闪烁然后变得不可见。然后,如果用户单击它们,它们会再次闪烁。我该如何阻止这种情况发生?
其余的课程:
java - 获取 JTextArea 并将输入的内容添加到标签
基本上我有一个带有卡片的程序(我正在使用 CardLayout),当用户输入句子或他们输入的任何内容时,我希望在他们点击名为 create 的按钮时将其添加到下一页上的标签中。我不确定如何保存输入的字段并将其作为变量放入标签中。有任何想法吗?如有必要,我可以提供我的代码。
java - Jlist 中的 JScrollPane
大家好,晚安,我的 JList 中的 ScrollPane 的程序有问题我不能在我的列表中放置 JScrollPane,因为我使用的是面板而不是 Container 这是我的代码,到目前为止它都是可运行的,问题是如果你输入由于我的列表的大小,某些输出将无法看到的次数很高。所以这是代码
java - 在java中动态创建的JButtons上的getLocation
好的,所以我使用以下代码在具有空布局的 J 面板上动态制作了一行 J 按钮:
当我按下按钮时,我希望它在面板上打印它的位置,但它会打印出每次添加的最后一个按钮的位置,请帮忙。
请注意,我是编程新手
java - 如何关闭后窗
我有一个名为Jtable
. 当我运行这个类时它工作正常,但是如果我运行这个类 10 次然后打开 10 个新窗口并且我不希望这样,我希望如果我运行这个 java 类任何次数它应该关闭以前的窗口。
我的代码如下:
java - 将 JTextfield 放在 JPanel 上?
为什么文本字段没有出现在我框架内的面板上?我的意思是是否需要一些额外的操作才能使面板的组件可见?
我希望有人能帮助我......