Posts by Hamon • 99 points
9 posts
-
1
votes1
answer173
viewsQ: Enable and disable Android alarms via code
I am creating an application and in a certain part I will need the application to activate and deactivate alarms (from the phone itself). I searched the Internet, but I couldn’t find anything to…
-
0
votes1
answer88
views -
2
votes1
answer88
views -
2
votes1
answer86
viewsA: Jtextpane Word Wrapper
I was able to find a link where some classes are created with their proper extensions and added to JTextPane. The classes to be created are the following class WrapEditorKit extends StyledEditorKit…
-
1
votes1
answer86
viewsQ: Jtextpane Word Wrapper
I’m not finding a way to organize the lines within a Jtextpane, and I need to continue with styling but also with a Word Wrapper, there is some method or some component that does similar? public…
-
0
votes1
answer189
viewsQ: Socket with UTF-8
I’m doing a chat that will run on network (internal), I’m just not able to make work the issue of accents and "ç". It works by running in the IDE but if I have . jar and run (on any PC) it does not…
-
2
votes2
answers293
viewsQ: MVC Doubt on Android
Would you like to know the following, in Android development using MVC, for each Activity I have to have a Controller and maybe a DAO? Or can I use the same Controller class that controls two…
-
0
votes2
answers154
viewsQ: Change variable value within anonymous class
I would like to know why whenever within an anonymous class I try to change the value of an "external" variable it does not, change remains the same. There would be something similar that I could do…
-
0
votes1
answer65
viewsQ: Image does not update
I’m making an application where I use a Jfilechooser to choose an image, I take this image and copy it to a network folder. After that it executes a method that shows this saved image in a Label,…