Questions tagged [noborder]
8 questions
840
votes
26 answers
Remove border from IFrame
How would I remove the border from an iframe embedded in my web app? An example of the iframe is:
I would like the transition from the content on my page to the contents…

JoelB
- 349
- 3
- 6
- 11
3
votes
2 answers
Remove border from JComboBox
Do you know any way to remove the border from a JComboBox in Java? I try the following code
public class ComboFrame extends JFrame {
public ComboFrame() {
JPanel container = new JPanel();
JComboBox cmb = new JComboBox(new…

Gabriel
- 2,313
- 9
- 29
- 41
1
vote
1 answer
How can I get a wxPython frame with FancyText and no border (wx.BORDER_NONE)?
I would like to build a wxPython window without borders (i.e., style = wx.BORDER_NONE) and use fancytext (wx.lib.fancytext) inside this window. Note that I am very new to wxPython and my question may sound stupid. (this is actually my first attempt…

Henrik
- 14,202
- 10
- 68
- 91
1
vote
2 answers
Java get MAXIMIZED state window size
I am developing a multi platform game and I wanted to make a full-screen non bordered window and this is where I got into a problem for LINUX operating system.
For WINDOWS system I was using Toolkit.getDefaultToolkit().getScreenSize() method to get…

Martin Krajčírovič
- 612
- 7
- 13
0
votes
0 answers
Is there a way to remove border of swt button or at least to make bounds of border equal to that of button only on windows
I have created an swt button but I can see there is a white border around the button. Is there anyway I can make the border bounds equal to button or remove that white border around the button?
This issue I'm facing only on windows. On MacOs I don't…

sEul
- 1
- 1
0
votes
0 answers
java prints Jtable with no borders above columns and rows
I have JTable which looks correct in program, but then I print it where is no borders above columns and rows only one border above all table.
Here is print code:
MessageFormat header = new MessageFormat("Print Report");
MessageFormat footer = new…

Rytis
- 59
- 8
0
votes
1 answer
In WPF, when drag the customized titlebar in the no-border window, the window will be restored, how to implement it?
I have customized a no-border window which is no style and no border and AllowsTransparency="True", and in the top of this window there're a rectangle functionally instead of the build-in title bar.
Generally, drag the title bar of the maximized…

SubmarineX
- 850
- 5
- 19
- 38
-1
votes
1 answer
Moving or dragging a program by a toolbox item
I am working on a C# project and i have removed the form border so therefor users cannot drag the program around. I need them to be able to drag by a menu strip or some other toolbox item instead of the form border.
Here is the top of my project: