This is related to: How to make a dynamic image at run time? Aft开发者_运维知识库er I have the page images I would like to present them in a list so the user can select the page to play. I know JList
i developed a lawyer website and looking the below mentioned: I have 5 categories and each category have 40 questions(in 4 pages with/without mandatory options).all the questions are managed by admin
I want to scale the JTextPane for inline text editing. User can zoom/pan the text and double click on a JLabel to edit it. The editor should scale to the current zoom level.
I am trying to create a custom component.I have a bitmap image as marker and it has to travel in an arc direction.The position of the marker is located using the user\'s touch.
I want to implement something similar to android seek bar.But not in a linear fashion,in an arc shape. is it开发者_Go百科 possible to customize the seek bar in an arc shape? You can\'t make SeekBar to
I tried to create a custom el function in seam 2.2 by following http://seamframework.org/Documentation/CreatingCustomELFunctions
I have written a custom component for jsf. The renderer extends com.sun.faces.renderkit.html_basic.ListboxRenderer. My component is in \"javax.faces.SelectMany\"-Family.
I created my own MyScrollbarUI class to have a custom scrollbar look in my application. Now I have to do
I\'m using several custom MXML components in my Flex 4.5 application. They all use absolute coordinates to place Image, Label, Line, etc. components and are currently based on a spark.components.Bord
I am creating a custom Java component for the Amazon Kindle KDK based on the Java 1.4.2 Personal Basis Profile. The component will contain text that will reflow to multiple lines if necessary. I want