-
Created Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Began Watching Should I not using third party for development?
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm … -
Gave Reputation to Dani in Found a New Bug
Sorry for not updating the database. I investigated the issue, and it looks like I already had a little comment in my code saying that it was inefficient to do … -
Replied To a Post in Most effective programming language ?
> C Language is used to be considered as most powerful programming language. Where you get such info? -
Began Watching Most effective programming language ?
I'm using a fairly standard MSI mobo with Intel Core i5-6400 processor and 64 GB RAM. So: Which programming language (besides assembly) is the most effective to use in this … -
Gave Reputation to Dani in Found a New Bug
Yes, the 2 points should be deducted if the comment is removed. I'll look into fixing this tomorrow. Thanks for the catch. -
Revoked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Marked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Revoked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Unendorsed Reverend Jim
-
Unendorsed Reverend Jim
-
Unendorsed johnroach1985
-
Endorsed Reverend Jim
-
Endorsed johnroach1985
-
Marked Solved Status for Different between !.equals and !=
Are there any differencies between these two code ? if (!a.equals("")) { editDate.setText(a) } and if (a!="") { editDate.setText(a) } -
Replied To a Post in Found a New Bug
The bug haven't fixed. -
Gave Reputation to JamesCherrill in Different between !.equals and !=
== and != for objects test for RH and LH expressions both referring to exactly the same object (or not). The `equals` method tests that the two objects are equivalent … -
Marked Solved Status for Please be aware of the Momo Challenge !
Parents please be aware and very cautious of what your child watches on YouTube and KIDS YOUTUBE. There is a thing called ‘Momo’ that’s instructing kids to kill themselves, turn … -
Revoked Solved Status for Please be aware of the Momo Challenge !
Parents please be aware and very cautious of what your child watches on YouTube and KIDS YOUTUBE. There is a thing called ‘Momo’ that’s instructing kids to kill themselves, turn … -
Replied To a Post in My GUI displays an empty window with only its title. Help.
Your class is already extend to JFrame. So you don't need to create a new JFrame instance. public class BusPayment extends JFrame { private JButton paynow; private JButton cancel; private … -
Marked Solved Status for Please be aware of the Momo Challenge !
Parents please be aware and very cautious of what your child watches on YouTube and KIDS YOUTUBE. There is a thing called ‘Momo’ that’s instructing kids to kill themselves, turn … -
Endorsed Reverend Jim
-
Unendorsed AssertNull
-
Endorsed AssertNull
-
Endorsed AssertNull
-
Endorsed AssertNull
-
Endorsed rproffitt
-
Replied To a Post in Please be aware of the Momo Challenge !
Does the Momo still appear on Youtube? -
Marked Solved Status for Not getting e-mail notification
Recently I realized that I not receive any email notification from DaniWeb. When I check on the User Settings, I saw this alert message > We have been having problems … -
Replied To a Post in Not getting e-mail notification
Yes, I have received email now. Thanks -
Marked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Revoked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Revoked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Revoked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Revoked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Marked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Marked Solved Status for Found a New Bug
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave … -
Marked Solved Status for Nice Interface
First of all, I would like to say that the interface is nice, amazing, and user friendly!! Thanks Dani and those who work hard on this !!! But one thing … -
Revoked Solved Status for Nice Interface
First of all, I would like to say that the interface is nice, amazing, and user friendly!! Thanks Dani and those who work hard on this !!! But one thing … -
Marked Solved Status for Complementary Goals
There are **Complementary Goals** in profile page. Where can I find the list of goals and what does this used for ? -
Marked Solved Status for Can't post question with code
When posting code, I get error > begin a line with 4 spaces in a row (or one tab), preceded by a blank line. 4+ spaces or tabs may not … -
Replied To a Post in Can't post question with code
Hi All, Thanks for the reply. I have tested and it works fine. I will share the screen shot next time if this issue happened again. Thanks. -
Replied To a Post in Can't post question with code
Testing public static void main(String[] args){ System.out.print("Testing"); } -
Gave Reputation to JamesCherrill in Different between !.equals and !=
== and != for objects test for RH and LH expressions both referring to exactly the same object (or not). The `equals` method tests that the two objects are equivalent … -
Revoked Solved Status for Find The Prime Factors Of An Integer
Hi guys , is me again ! I get stucked on this question Write a program that read an integer and display its smallest prime factors in ascending order. For … -
Revoked Solved Status for Find The Prime Factors Of An Integer
Hi guys , is me again ! I get stucked on this question Write a program that read an integer and display its smallest prime factors in ascending order. For … -
Marked Solved Status for Find The Prime Factors Of An Integer
Hi guys , is me again ! I get stucked on this question Write a program that read an integer and display its smallest prime factors in ascending order. For … -
Gave Reputation to vasudigi in Please be aware of the Momo Challenge !
hi, may i know what is momo -
Replied To a Post in My GUI displays an empty window with only its title. Help.
I got null pointer exception because you did not initialize frame. `frame = new JFrame();` -
Began Watching My GUI displays an empty window with only its title. Help.
public class BusPayment extends JFrame{ private JButton paynow; private JButton cancel; private JComboBox<String> jComboBox1; private JFrame frame; private JLabel label1, label2, label3, label4; private JPanel panel1, panel2,panel3; private JRadioButton destination1; …
The End.