Questions tagged [gui-design]

24 questions
0
votes
2 answers

How do I add space to a JPanel, so that JScrollPane doesn't sit on top of my components?

I have a JScrollPane and when I load my application the bar is sitting on top of one of my buttons. What I would like to do is add some space to the side of my button so that the scroll bar draws over the space and not my button. Example code that…
Grammin
  • 11,808
  • 22
  • 80
  • 138
0
votes
2 answers

Using 2 distinct mouse events in flex

Am working on a flex project I am looking to provide some UI functionality using the mouse- I have two distinct UI events to be achieved via mouse a) change value b) delete object I don't seem to have sufficient mouseclick events for both. I am…
RG1967
  • 378
  • 1
  • 15
0
votes
1 answer

Need color value visible over map

I need to write some text over google maps image. I try lot off combinations of colors but it is ugly. Can anybody give me a color ( hex value) which visible on that map and looks good ( I have no talent for design at all ) ?
Damir
  • 54,277
  • 94
  • 246
  • 365
0
votes
2 answers

Designing a GUI to be ported to multiple languages

I am currently working on a java swing GUI for a project. The user interface will need to be in multiple languages(English German French, etc...) that I do not know. It was suggested that I use a config file to store all of the text so that a…
0
votes
1 answer

Radiobutton variable not changing value in Python (TKinter)

I am working on an activity for university and am stick on yet another problem. I have hunted on the net but nowhere does it tell me what I have done wrong. We have to create 12 boxes set up in 3 columns of 4 with a radio button underneath each…
0
votes
1 answer

How to organize a grid with fixed width but variable height boxes to fill available space

I'm looking at Pinterest as a design inspiration, where they have fixed width column, but each of the grid items fill all of the available space (and have variable heights). Here is an example: My first thought was that flexbox would help me out…
zebra
  • 6,373
  • 20
  • 58
  • 67
0
votes
2 answers

Is there any other way to run .exe from Java?

The main problem is that I cannot run my c++ logic by running it through Java; am I creating a subprocess properly? Thank you all; --- UPDATE! --- So I have written these to test the ability to open .exe in the purest way; Eclipse can see the…
user2738698
  • 520
  • 7
  • 19
0
votes
1 answer

How to design a UI in which QT can be easily replaced with any other library

I am about to start designing a UI. The UI is expected to be complex and will have several screens one of which will be a text editor. The application is in C++ and in order to leverage some existing functionality, I have decided to use Qt for the…
go4sri
  • 1,490
  • 2
  • 15
  • 29
-4
votes
2 answers

how to display Welcome Back message including username

Here is what I want to do, I have an android login form with username and password, after the user enters his credentials and login, the next form should display on top of the page welcome,+username entered from the login page! but if user revisited…
1
2