Questions tagged [creation]

Do not use. Too vague to be of any possible significance.

Do not use. Too vague to be of any possible significance. Tag should be removed.

481 questions
-1
votes
1 answer

Timer with FileSystemWatcher to control file Creation

I need to check a folder for some files of a certain type, then add them to an array, and print and delete them one by one. If a new file is added during the process, it will just get added to the printing queque. I'm trying to monitor if a file is…
Liquid Core
  • 1
  • 6
  • 27
  • 52
-1
votes
2 answers

java object creation

public class ServersList { private Host host; private Server server; private InfoList infoList; private List abcInformation; @XmlElement(name = "Host") @JsonProperty("Host") public Host getHost() { …
developerXXX
  • 689
  • 3
  • 7
  • 18
-1
votes
3 answers

many classes vs many objects

I'm working on a Python project in which I have to represent a GUI-structure in my code. It looks like this: window1 (containing button1, button2, button3, dialog1, ...) window2 (containing button4, button5, dialog2, list1, ...) So there is a…
JayTheKay
  • 1,463
  • 12
  • 22
-1
votes
1 answer

How to create dynamic directory structure on SD card in Android?

I want to create directories automatically on my SDCard with given path which contains complete path for a file. the path is coming dynamically from a server so I don't know what are the names of the directories are and how many deep is the…
Nik
  • 2,913
  • 7
  • 40
  • 66
-1
votes
2 answers

JSON creation in android

I want to create a json like this in java. { "contacts": [ { "id": "c200", "name": "Ravi Tamada", "email": "ravi@gmail.com", "address": "xx-xx-xxxx,x - street, x - country", …
Pramod J George
  • 1,723
  • 12
  • 24
-1
votes
1 answer

JSP - creating date object from a drop down menu selection

I have a drop down menu created in HTML with two dates and a submit button. Here is the code
Date: