1
vote
2answers
55 views

Adding to existing JList

I need some help about adding items to JList. I work on some "library" kind of project. And I need to add readers to already existing JList. But when I try to add it, JList just resets, removes all ...
0
votes
2answers
285 views

How to add records to MS Access via Java

Im trying to add a row of records to my already existing MS database. Basically these records are to be entered into a GUI and then added to the database when the user clicks submit. I've created the ...
0
votes
1answer
223 views

Adding content to tabs!

I'm a complete noob at android and java and have just got going with it, I have just done the appwidget tutorial from google, have set up three tabs like they have and have some pretty icons to go ...
0
votes
0answers
55 views

adding a camera to a game. how?

I would like to add a camera that will show the off-screen area of my game when the ball passes near to the edge of the screen. I am new to java and would like to know what coding I would need to do ...
0
votes
0answers
101 views

Adding SQLite to my jar File

Hello there I was wondering if there was a way to include SQlite in my Jar file. I want to be able to access it so I can edit the connect on that database. However each time I make it into a runnable ...
-2
votes
0answers
61 views

Adding and subtraction in Java (Android)

I am new here and Im trying to make a calculator which adds, subtracts, divides and multiplies numbers. But I have a problem... When I want to write the code for adding and subtracting two numbers, ...