custom-component
make custom JTextField (JCurrencyField)
I making a JCurrencyField to use it in my program, I almost finished creating it but I\'ve faced an issue.[详细]
2023-03-17 03:58 分类:问答How do I create a custom floating Swing component without a JFrame?
I\'d like to create a custom swing component such as a desktop widget which does not require a JFrame (or to extend it) to be 开发者_JS百科printed on the screen.[详细]
2023-03-16 03:53 分类:问答How can I do this with a custom/composite component?
I tried to ask a more specific question but I think i may have been overly specific so I\'ll zoom out to get a better advice.[详细]
2023-03-15 01:05 分类:问答Vaadin: Sub window
I\'m trying to use a sub window but either the components I try to put in it show up in the \"mainwindow\" or I receive a java.lang.UnsupportedOperationException. I\'ll show you both cases. I\'d like[详细]
2023-03-14 13:18 分类:问答Cannot find annotated custom JSF2 component in jar
We are migrating JSF1.2 to JSF2 application and I have bumped into a problem with custom components. We have a seperate jar with components, and in that jar I have this:[详细]
2023-03-08 22:54 分类:问答Component for progression with start and end value
I have to replay some animation. I would like to find a component suitable to let me set a start time and end time, and display the progression of the remaining duration of the animation.[详细]
2023-03-07 10:39 分类:问答Duplicate Id error when using custom component in JSF1.1 with DataTable
I am getting the following error when i try to return to same page without redirect. org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: java.lang.Illeg[详细]
2023-03-02 18:54 分类:问答Starting Activity and getting results from custom component
I\'m trying to make an advanced custom component that should be able to start an n开发者_开发技巧ew activity to allow the user to make his/her choice more easily.[详细]
2023-02-27 09:24 分类:问答What is the difference between Custom Components and Composite Components?
What is the difference between JSF Custom Components and F开发者_运维百科acelets Composite Components?JSF custom components are Java classes which extend UIComponent. Facelets composite components are[详细]
2023-02-26 23:20 分类:问答TextView resized to fit text
I\'m working on a custom view to resize the text inside a textview so it\'ll fit (i don\'t want to ellipsize).[详细]
2023-02-26 03:06 分类:问答