Hi guys,
i have this GUI screen shots from the design team which i needs to convert to a web page and what not. i'm thinking of finding some website which resembles the GUI so that i can copy and paste the html so i don't have to start from scratch. the only drawback about this method is i don't know what website actually looks like that...
Is it posssible to select multiple folder path from browse dialoge box in vb.net?
Please let me know if there is any link or reference.
Thank you.
...
I've heard they have standard GUI guideline, but I can't seem to find a working link.
Thanks.
...
Hi all.
I'm making a AWT GUI for a simulation game.
I have only been working with java for 2 years, and so have limited experience with building more complex GUIs. I have done a few simple ones, hard coded, and tried jigloo in eclipse.
I am thinking of using MIG Layout, although some say I should really try and use jigloo more, or anothe...
I am working with an extension of the DefaultTableModel as follows:
This is the NEW AchievementTableModel after updating it to reflect input from some answers.
public AchievementTableModel(Object[][] c, Object[] co) {
super(c,co);
}
public boolean isCellEditable(int r, int c) {return false;}
public void replace(Object[][] c, Object[]...
Greetings overflowers.
I am trying to add a GUI to to an existing project. More specifically to a plugin that is loaded as a .so file (or when compiled on win32 a .dll)
The project has its own threading implimentation already to deal with portability. I know that QT has its own cross platform threading model but it would be preferable ...
In some software company, who should be responsible for the UI design:
User
Designer
Manager
Boss
Depends on company size
etc.
In UI design I mean not only colors and images, but also control's layout, count, size, style, may be text user see.
...
Hello!
Background information:
I am implementing a visual diagram editor, which consists of
different complex elements (re-sizable, with title bar, sub-elements) and
different simple elements (not re-sizable, no title bar, no sub-elements).
All elements are draggable.
I am using JInternalFrame (for complex elements) along with JPa...
Hi, I'm trying a simple layout and the panel divided by a SplitterWindow doesn't expand to fill the whole area, what I want is this:
[button] <= (fixed size)
---------
TEXT AREA }
~~~~~~~~~ <= (this is the splitter) } this is a panel
TEXT AREA }
The a...
Other than Tortoise HG, what is a good GUI client on windows?
I've already looked at:
http://mercurial.selenic.com/wiki/OtherTools
...
Can u pls show a good example on how to use Google Toolbox for Mac for UI unit testing.
And every time do i need to have a master image to compare with.
Can i use it for testing whether pressing a button has called the right action??
Thank you
...
For example, Windows Forms Designer offers to place my controls on the form the way there are 12 pixels between form border and control border. It seems too much to me. Is it standard value? Also, as I understand standard button height should be 23 pixels. Am I right? Is there any documents that state all this? And can I setup this defau...
Hello!
I'm looking for a straightforward way to make a Swing component forward all received
events to its parent container (or even all parents up to root).
EDIT:
Where do I need this? I have a diagram editor. Components must forward key press and
mouse clicks (to set themselves as "active" as soon as the user clicks a subelement
of th...
This is my first post on here though I read and browsed several questions. I am not sure if this has been asked before...Related Questions didn't seem to have anything with the GUI but optional parameters in language.
Anyway, here are the question:
Q) How do you design/develop a form with a few optional entries in the form?
One option...
Have you ever attempted using Swing only to end up changing courses because it just couldn't do what you wanted?
I'm pretty new to Swing, having only used it for school projects over 5 years ago, but it seems Swing has come a long way in providing a more native look and feel, so much so that I'm considering using it to develop the GUI f...
If a user clicks a cancel button should it pop up a dialogue asking for confirmation?
If so, should this be all the time, or only when there are unsaved changes on a form?
...
Is it possible for Owner window in WPF be on top of Child window when you click on it while Owner window is below Child window?
here is example how I call child window:
Window2 window = new Window2();
window.Owner = this;
window.Show();
Parent/Owner window will always be under child window.
...
The GUI of my application stops responding after the iPod has been in standby mode. The application I have made is based on the "Utility application" template from the wizard in xcode - but the original application still works after the iPod returns from standby.
My application plays music (AudioUnit) and when the iPod enters standby the...
I want to switch back and forth between two images, like blinking: 1 second for the first image and one second for second image.
...
I have a web application that functions as a dashboard, allowing a user to see summaries of historical data to view trends, etc. As an extension to this, I want to allow the user to drill-down into the historical data if they so wish.
What this will amount to is a table of time-value pairs, showing the time a particular data point was r...