Develop a Java program for a 3-dice game. This game will roll the three dice together for 100 times. In each time, it will display the face value from each dice. The program will count how many times (out of these 100 attempts) did the three dice generate a total point that is divisible by 3, and display the result at the end.