Java- How to Display record count -
I would like to display the records obtained after a query in the following format
'Record 20 of 1 '
I have a raven and the total records are retrieved. It is just to show that I should know. It would be great that it can be displayed in jlabal.
Thanks
label.setText ("" "+ +" "Records" of);
Note that the event should be processed for the value shown to you, so when you just set up the text and then continue processing (blocking main thread), the value In the widget the OS will not be able to render it on the screen.
Comments
Post a Comment