-1
votes
0answers
19 views
Swing absolute layout appearing very small
i have a problem once i run my java GUI code, where it starts in a really small windows and i have to drag it by the mouse to maximize it.
it happened since i used the absolute layout instead of ...
0
votes
0answers
26 views
Java MigLayout: Buttons to dynamically add JTextFields are moved to the right
I've got a problem with MigLayout and I've posted the Code. The problem is: when I push the button of a specific row, a new TextField is added but then the buttons of every row will move to the right.
...
0
votes
0answers
33 views
Liferay: How to organize code that shall run only once [closed]
I want to write a script to create pages programatically. i have found many articles that include some pieces of code on how to do it, such as this article:
The open question is: Where should this ...
0
votes
1answer
40 views
How to place a text area in JPanel [duplicate]
I have created a JFrame containing 2 JPanels(panel1,panel2). I have added panel2 in panel1. panel1.add(panel2);
I have added a text area into panel2.
panel2.add(textarea);
finally panel1 to ...
2
votes
4answers
55 views
which LayOut Manager is most suitable for my GUI?
I am struggling with the Layout Manager choice. I have to set a GUI which is basically like a stack, for instance:
---------------
' '
' --------- '
' | | '
' --------- '
' ...
1
vote
0answers
46 views
professional android app look&feel, xml made or phonegap?
i just wanted to ask you guys a question... i've been making a research about android UI layouts... but as i've been trying to simulate Instagram or facebook's UI, it's hard. For example, that type of ...
0
votes
2answers
44 views
Swing: Place jTables and jButtons
I have a jFrame with 2 jTables (inserted in 2 jScrollPanes). Then, I have 3 jButtons for each jTable. How can I place them to have the following result:
I don't know very well what Layout to use to ...
1
vote
1answer
62 views
Cleaning up a Nested J panel
Rebuilt the SCCE for you guys.
My goal is this
The general idea is that clicking on the title bars of the menus (right side) will collapsible (set visible to false) the content panes associated ...
0
votes
2answers
22 views
I cannot delete the icon on toolbar
I am new to Android and I copied a sample code from web and build my app on that sample code. But I am trying to delete the image on the top toolbar. I cannot locate where the program puts that image.
...
1
vote
0answers
38 views
How draw a piano layout
I am developing an android application and I want to display a piano (with clickable keys, of course). So far I've tried placing buttons on screen. It works but it looks terrible. This is what I got ...
0
votes
3answers
35 views
Align components on the page top right with GridBagLayout Manager
i am trying to make a login page just like facebook, but the code i have written is not showing it on the top left side instead it is showing at the centre of page, i am using GridBagLayout and ...
0
votes
1answer
29 views
Organizing JPanels and Layouts
So I have the following screen:
And this is my code:
setLayout(new BorderLayout());
JLabel lblTitulo = new JLabel("Sistema Generador de Examenes");
lblTitulo.setFont(new Font("Tahoma", ...
0
votes
2answers
42 views
Changing activities prevents ImageButton setImageResource from working
I have a main activity that changes the image on the ImageButton on every click.
public class MainActivity extends Activity {
protected void onCreate(Bundle savedInstanceState) {
...
-2
votes
5answers
48 views
Java Simple Layout [closed]
What is the best library to use in Java for a simple layout.
Here is an image of what I am wanting to have on the form.
I am looking for the most simplest layout library, that also has good ...
0
votes
1answer
21 views
GridBagLayout in eclipse view
Dear StackOverflow readers!
I want to create eclipse plugin with new view. But when I try to set layout of parent composite which, is passed to createPartControl(Composite parent) I get "The method ...
-2
votes
1answer
21 views
Download image from url and set as background [closed]
In my application I want to download an image one the start and set it as background for my MainActivity. I tried several ways with downloading and saving it to sd card etc. but I failed all the time ...
0
votes
0answers
13 views
Moving ImageView is not moving right
I'm trying to move 2 images (i will have 5 in total) but when I test the code on the Virtual Device, the image moves far away from where my finger is and if my finger goes closer to the bottom of the ...
0
votes
0answers
28 views
Align JPanel to right while still making the JPanel expandable using MigLayout
How to align JPanel to the right while at the same time making the JPanel expandable (shrink and expand) using MigLayout?
I am trying to display a inner JPanel within another outer JPanel and want to ...
0
votes
1answer
20 views
eclipse android xml editor screwing up id's across multiple layouts
I have 2 seperate xml layout files. When i update the id or text in a view in the first layout, the second layout is mirroring it.
So change the id of an imageview in layout 1 to ivImage, and the ...
2
votes
1answer
63 views
Java game - layout [closed]
I'm making tetris in Java and I have a few questions about layout in reference to the picture below:
Should the gameboard and scoreboard be separated into two JPanels within ONE JFrame... Then just ...
1
vote
2answers
66 views
JPanel appearing to be two times bigger than set resolution
I must say I tried everything and I can't understand what's wrong with my code.
In my SIView class I create MainFrame which extends JFrame with specified resolution (let's say X,Y).
Then I create ...
1
vote
1answer
25 views
How do I remove the extra pixels at the top of a ScrollView?
I have been working on an app that allows you to create a Truth Table and save it into HTML for use in word. I have the app working fine but I am trying to clean it up a bit. I have the following ...
0
votes
2answers
32 views
How to make the component to respect column and row Weights?
public class Tester {
public static class Frame extends JFrame {
public Frame() {
// Layout
GridBagLayout layout=new GridBagLayout();
...
0
votes
0answers
37 views
Create FormLayout rows and columns dynamically (at runtime)
Hello guys and ladies,
as I let the Eclipse WindowBuilder create me a JPanel with a FormLayout, I wanted to make this creation to be dynamical, because the program I'm writing needs it that way in ...
0
votes
1answer
34 views
Dialog + callback?
I have made a CustomTypeDialog class and what I want is to use EditText which is not in the active layout. I get a nullpointer exception when I try to click one of the buttons, which I think is ...
-3
votes
1answer
54 views
Showing picture in a panel [closed]
I want to show some images in a panel. To see all pictures - I have to scroll down. Every image has name bellow the picture. Now what classes and methods should I use?
0
votes
1answer
29 views
ImageButton + dialog issue
Hey I am trying to make a dialog. But the whole dialog is not showing and only the bottom 3 imagebuttons are showing: What is wrong here? And when I click the buttons inside the dialog nothing happens ...
0
votes
1answer
25 views
Adding portlets to page dynamically in liferay
I have a liferay page where it should have a freeform layout, but the number of portlets is not know before run time. How can i add protlets dynamically and sepcify their location in the page?
Thank ...
0
votes
1answer
25 views
change icon on tabhost android
i want to change icon when click on tabhost
below is the source code
private void setTabs() {
addTab("Home", TabHome.class, R.drawable.home);
addTab("Performers", TabPerformers.class, ...
0
votes
2answers
41 views
Layout problems on Samsung Galaxy Y S5360
I am new to Android Development. I have recently developed an app that supports Screen sizes of 3" to 4"! The problem is that When I run my app on my HTC Wildfire S (3.2") it works find the screen ...
0
votes
0answers
23 views
Graph and numbers android [closed]
Hey I have a layout with two buttons. One for graph and one for statistics. What would be the best way to show the graph? Should I make a hide/show button instead?
Btw my layout is a fragment/tab so ...
2
votes
2answers
53 views
GridBagLayout is not displaying as expected
This is my first foray into GridBagLayout, have reviewed the Java documentation online (as well as a lot of SO Q&As) and I've creating a panel that I'm expecting to display as such:
...
2
votes
1answer
63 views
Working with nested Panels
Trying to build out a GUI for my game but no matter what layout I work with I can't get the nest of panels to do what I like
My goal is this
...
1
vote
2answers
50 views
Java Layout Formatting (GridBagLayout)
Trying to learn how to do some elegant and more advanced JFrame layouts. I'm trying to make something I thought would be rather simple, but I'm having some difficulty with it. As opposed to messing ...
0
votes
4answers
39 views
Easiest Java layout process
In Java, what is the easiest way to do the following layout:
A Label and a Textfield, side by side in the centre at the top of a Panel
A Label and a Textfield side by side (as above) but on the next ...
0
votes
0answers
15 views
I need some help choosing the most appropriate layout for a Java dialog box [closed]
I'm relatively new to working with Java's Swing components, and I've got a layout issue I'm trying to solve simply.
In a nutshell, I'm creating a panel that has four lines:
a title
a row of three ...
0
votes
2answers
43 views
TextView text not wrapping on some devices
I have an app on the market. It worked great on all devices that I tested on before release but everyone once and a while a user emails me with the below issue. Please see screenshot.
The ...
-1
votes
0answers
49 views
Blackberry - calling super.sublayout causes stack overflow
Edit on Nate's request:
public class MainView extends MainScreen implements FieldChangeListener
{
private VerticalFieldManager vfm = new VerticalFieldManager(...);
private CustomField field1 ...
0
votes
1answer
84 views
GridLayout with component fixed Width and Height?
I have main Panel and I'm adding components dynamically into that one.
Main Panel has GridLayout limited to 3 columns and 0 rows (0 rows will allow rows to grow infinitely), but the problem is that I ...
1
vote
0answers
51 views
Facebook Messenger - bubble-popup
How to make a bubble-popup?
It's about showing the other applications, and transparency.
http://i.stack.imgur.com/iRdaZ.jpg
(Sorry for my language, I write with a translator.)
1
vote
2answers
65 views
+50
Layouting the parent of a parent of a parent
We have a tool, that has a GUI which contains multiple Sections. In these sections, we have Expandable Composites which are not expanded by default. When we try to expand these composites, the + ...
0
votes
2answers
44 views
Add buttons in Border Layout
I would like to add buttons in Border Layout one after another . But I do not know how .
Thats a part of my code :
setLayout(new BorderLayout());
JPanel jp = new JPanel();
...
0
votes
2answers
29 views
Why can't I view my JLabel added to JPanel while using graphics?
I am trying to add a JLabel under the boards that is painted with graphics. I set the x and y position of JLabel somewhere under the board
pName = new JLabel("Yoooooo");
...
1
vote
2answers
48 views
How to place company address and phone on each page of Liferay site?
What is expected way to place company address on each page of the site? In page footer, for example?
Should I create custom layout, theme or only portlets can know this data?
How to know this data ...
1
vote
3answers
53 views
How to force android layout to show two views
I have layout I want to organize. Here is it's code: (partial)
<RelativeLayout
android:id="@+id/RelativeLayout1"
android:layout_width="wrap_content"
...
1
vote
1answer
26 views
MigLayout form type structure issue
I'm trying to make a neat centred for structure but the labels and fields o not have an equal space between them, I'm thinking I may have to use two columns instead of merging them.
This is what I ...
1
vote
1answer
48 views
Java, Put a panel on the background image of frame
I am trying to write a retro snake game. I set a background image of an old Nokia, and I want to play the snake from its screen. However, I cannot put my gamepanel on my background image.
Can I do ...
2
votes
0answers
72 views
Combine javafx 2 ListView and GridPane features
My target is to display an abbreviation list with two entries per line: the abbreviation and the corresponding long version. For a nice layout I used a GridPane because of the vertical alignment over ...
0
votes
3answers
61 views
swing component not visible
Ive been trying for 2 days to make an app and I'm stuck in the incipient phase, i.e. the UI. Swing is so difficult that I can't even display the components. Can anyone help me, please?
I have a ...
2
votes
1answer
153 views
Working with multiple panels in one frame
I have a problem where i want a program to switch between multiple panels in a same frame. The problems I am encountering are that i can't set the layout when the panels switch and after the switch ...


