ورود

View Full Version : سوال: تفاوته بین jdialog,jframe,jpanel



abbasalim
دوشنبه 30 اردیبهشت 1392, 10:03 صبح
بنام خدا
سلام:متفکر:
دوستان تفاوته بین این سه تا چیه
با هرسه تاشون که یه کار میشه انجام داد پس فرقشون چیه:متفکر:



تفاوته بین jdialog,jframe,jpanel

gggggggg
دوشنبه 30 اردیبهشت 1392, 10:21 صبح
سلام. کمی تفاوت ظاهری با هم دارن اگه دقت کنی. ولی من قبلا این سوالو توی سایت stackoverflow پرسیدم اینم جوابش:
JFrame is a normal window with its normal buttons (optionally) and decorations. JDialog on the other side does not have a maximize and minimize buttons and usually are created with JOptionPane static methods, and are better fit to make them modal (they block other components until they are closed).

But both inherit from Window, so they share much functionality.