I am writing a document in which I am proposing that our web application have both wizard-style user interfaces, and normal user interfaces.
is it possible to create a design something like this? any help regarding this would be very helpful for me.the functionality i want is to rotate the wheel left-to-right or right to left for select
I know only basic stuff in java. And I need to create a GUI for this type of program. It shows your credit card info. It has some other classes and makes use of the rmiregistry. This works fine in con
If i have an ArrayList of type Integer, containing numbers like 1,3,4,9,10 etc... How can i display those on a JLabel, not the sum, but all the numbers in a sequence.
I have an application that, due to OpenGL airspace issues, has开发者_如何学编程 to host several controls in separate, exclusive windows. This is working quite well, but I am setting all of the windows
I would like to make a JComboBox that has check boxes for items i开发者_开发问答nstead of text. In addition, it should be possible to check multiple items and retrieve the selected items from the comp
I need to register a window class, and right after that set some data in it\'s extra memory section (the one cbClsExtra refers to) before any window of the class is being created. The problem is that
What is an ideal size for a .ico file, that would sit in the top corner of a window?开发者_JAVA技巧Short answer: 16 x 16 pixels.
I was browsing the Worst UI You’ve Ever Used question, when I realized that many of them involved the options dialog of some application. This is obviously an ar开发者_StackOverflow社区ea where a dev
searchnameField = new JTextField(); searchnameField.addKeyListener(new KeyAdapter() { public void search(String in) {