Skip to content

Tag: java

How to make SWT button Text BOLD

I am creating a checkbox button with text in SWT. In messages.properties, I have the value How can i show the text(ie. Answer) of this button in BOLD? Answer You can convert the currently assigned font for the button to be bold using something like: Note: You must call boldFont.dispose() when you are done wit…

Variable returns null

In my project ,I need to pass the “price” value which is retrieved from the database in “Availability.java” to “display.jsp”.I have achieved it, but the problem is…. I also need to pass the “price” value from “display.jsp” to “seat.jsp&#8…

I can’t store values in the database DAO android

Hi I can’t store values in the database DAO android. I have User.class: DAO database: My Dtababase class is: My code Now my code don’t store new User(i can’t print “ok you are pretty”).Why? I have another question: i know that when you store data in the database you use threads b…