| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | May 18 at 12:22 | |
| stats | profile views | 9 |
|
Jan 4 |
awarded | Supporter |
|
Jan 2 |
awarded | Commentator |
|
Jan 2 |
comment |
Allow user handwriten marking on images - Java, Swing Thank you very much for going into all that trouble and giving me this code. Using jInternalFrame seems a more appealing and robust solution. I decided to adopt it and coincidentaly I'm using NetBeans GUI Builder as well. However, I'm unable to to make the internal frames resizable, minimizable and draggable. For the first two, I use the respective check boxes provided in their properties tab but they do not correspond to any change. Especially resizing is vital for the requested functionality. Any ideas? |
|
Dec 31 |
comment |
Allow user handwriten marking on images - Java, Swing This is exactly what I was hoping for. Thank you so much. If you want, you can post this as an answer, so I can accept it (if you wish to receive credit for your help). Cheers |
|
Dec 31 |
comment |
Allow user handwriten marking on images - Java, Swing Perhaps I wasn't clear and apologize for it. Let's start over: Imagine a panel with two draggable images. The whished functionality is to have (say) a pencil icon in the toolbar. As soon as the user presses it he will be able to write/draw on top of the pictures according to his own needs. Finally, he can save the picture with his notes if he wishes so. I hope that we are on the same page now. Thanks for your patience. |
|
Dec 31 |
comment |
Allow user handwriten marking on images - Java, Swing @Andrew The project will be used for collecting data in order to study the effect of music on giving birth. What you suggest would work but the point of implementing the software is to provide our clients with some automated mechanisms that will facilitate their task. Letting them reconstruct pictures will not be an effective solution. |
|
Dec 31 |
comment |
Allow user handwriten marking on images - Java, Swing @trasgod Thanks. I've come acrosss this post. The thing is that I would like to provide the ability to the user to circle whatever he wishes (probably peaks). Perhaps pre-fixed circles would do the job but a more robust solution would provide to the user the freedom of a pencil, in order to keep arbitrary notes in the pictures. |
|
Dec 31 |
comment |
box-shadow is not a gradient, how can I get a gradient shadow on my button? Hey Phil, if you're referring to the gradient colours, I use this website gradients.glrzad.com You choose the colours that you like, preview them in a sample and the CSS gets automatically created for you. |
|
Dec 31 |
awarded | Student |
|
Dec 31 |
awarded | Teacher |
|
Dec 30 |
comment |
Make cut-off corners with a border Apologies. I didn't notice it |
|
Dec 30 |
answered | Make cut-off corners with a border |
|
Dec 30 |
comment |
Make cut-off corners with a border I see. I think I found something quite more relevant. Take a look at my new answer (code is too big for a comment) |
|
Dec 30 |
comment |
Allow user handwriten marking on images - Java, Swing Cheers for the reply. The ability to save the image including the custom notes would be desirable. Typing text wouldn't work, but some fixed solution could be good enough (e.g. providing a circle tool which would allow the user to cirle the peak of the oscillogram) |
|
Dec 30 |
answered | box-shadow is not a gradient, how can I get a gradient shadow on my button? |
|
Dec 30 |
answered | Make cut-off corners with a border |
|
Dec 30 |
comment |
Get the value of text box in html You are right. Apologies. In order to update your query add an id to your <a> tag (say 'quantity_a', although this is a bad name) and try something like the following: document.getElementById('quantity_a').setAttribute('href', document.getElementById['quantity'].value); |
|
Dec 30 |
answered | Get the value of text box in html |
|
Dec 30 |
awarded | Scholar |
|
Dec 30 |
accepted | Android ksoap2 sending complex object |