- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
As you named the JprogressBar as current Change the following in code also,Hope it works! UIManager.put("current.selectionBackground",Color.BLUE); UIManager.put("current.selectionForeground",Color.GREEN);
Try putting in this way.it works! Font font = new Font("Verdana", Font.BOLD, 12); txt.setFont(font); txt.setForeground(Color.BLUE);
we planned to rewrite our System in Java, Which was previously running in Stored procedure. More than 5 Applications calls the procedure which inserts and updates some set of records after the post transaction which has been done in the background. Now we planned to take the stored procedure out …
Use YUI (Yahoo RTF), It is so easy to integrate, and not having much issues around, As we were using that in all our projects. Check this link for additional options :[url]http://developer.yahoo.com/yui/examples/editor/code_editor.html[/url] :)
The End.
Ranjitdani